vasa-develop / stack-docs

OP Stack documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The OP Stack Docs

Discord Twitter Follow

The OP Stack is an open, collectively maintained development stack for blockchain ecosystems. This repository contains the source code for the OP Stack Docs.

Development

Serving docs locally

yarn dev

Then navigate to http://localhost:8080. If that link doesn't work, double check the output of yarn dev. You might already be serving something on port 8080 and the site may be on another port (e.g., 8081).

Building docs for production

yarn build

You probably don't need to run this command, but now you know.

Editing docs

Edit the markdown directly in src/docs.

Adding new docs

Add your markdown files to src/docs. You will also have to update src/.vuepress/config.js if you want these docs to show up in the sidebar.

Updating the theme

We currently use an ejected version of vuepress-theme-hope. Since the version we use was ejected from the original theme, you'll see a bunch of compiled JavaScript files instead of the original TypeScript files. There's not much we can do about that right now, so you'll just need to make do and edit the raw JS if you need to make theme adjustments. We're planning to move away from VuePress relatively soon anyway so we won't be fixing this.

About

OP Stack documentation


Languages

Language:Vue 89.3%Language:Stylus 7.4%Language:JavaScript 3.3%