MrBrunoWolff / docs

The open-source repo for learn.genesis.global

Home Page:https://learn.genesis.global

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genesis platform documentation

Documentation is written using Markdown format.

Contribution

Now our community team is accepting contributions from all community members of Genesis. All accepted contributions will be published on our official website.

Please check our Contributions guidr on Notion.

If you are willing to contribute, please follow the links below:

Stack Overflow

We have a Stack Overflow community. If you have a Genesis Login, take a look. Or, click here to get a new genesis login. We are encouraging our teams, customers and contributors to participate in this community.

Installation

npm i

Local development

npm run start

This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.

Build

For a complete build, execute npm run build:

npm run build

If you prefer to run a local build only, we recommend using npm run build-main:

npm run build-main

Both commands generate static content into the build directory.

Clear

npm run clear

This command clears the Docusaurus generated assets, caches, build artefacts etc. This is useful if you're not seeing your changes in the browser.

Regenerating bundle

To generate a new bundled file, simply run the following command from the package you wish to access.

npm run build

For example, in the foundation-ui repo we run the command above on the documentation-components under the showcase folder.


Ensure the package you intend to regenerate the file from has all the necessary dependencies.


Once you have the new regenerated file, paste the contents to docs.iife.min.js

Copy FE docs

Front-end documentation from foundation-ui can be pulled into this repo. To this, follow the steps below:

  1. Add as a dependency in ./package.json.
  2. Set up the config in ./plugins/api-docs/manifest.json.
  3. Set up the sidebar.
  4. Run with $ npm run start:copy-docs.
  5. Once you have got feedback on the docs, you can lock it in via ./plugins/api-docs/processedMap.js.

About

The open-source repo for learn.genesis.global

https://learn.genesis.global


Languages

Language:JavaScript 28.1%Language:TypeScript 26.8%Language:MDX 25.5%Language:CSS 19.5%