Waku.org https://waku.org
Go to file
Hossein Mehrabi 5e0366dc52
chore: update discord links
2023-07-18 15:38:46 +03:30
.husky upgrade logos docusaurus preset 2023-06-02 02:49:50 +03:30
about chore: update subpages 2023-07-15 11:12:13 +09:00
root-pages update terms content 2023-06-09 23:33:48 +09:00
src chore: update discord links 2023-07-18 15:38:46 +03:30
static feat: upgrade logos preste && replace hero model with a pre-rendered video (#45) 2023-07-04 19:17:02 +03:30
.gitignore BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
.prettierignore BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
.prettierrc BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
Jenkinsfile BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
README.md BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
babel.config.js BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
docusaurus.config.js chore: update discord links 2023-07-18 15:38:46 +03:30
package.json chore: upgrade logos preset 2023-07-18 13:41:39 +03:30
tsconfig.json BREAKING CHANGE: implement docusaurus (#36) 2023-06-01 21:48:43 +01:00
yarn.lock chore: upgrade logos preset 2023-07-18 13:41:39 +03:30

README.md

Description

This repository contains the content of your documentation website.

How to Run Locally

  1. Clone this repository.
  2. Install the dependencies:
$ yarn
  1. Start and open the website in your browser:
$ yarn start

Configuration

Edit the docusaurus.config.js file in the repository's root directory, and update the value of the businessUnit field in presets section; below is a list of valid values:

  • Logos
  • Codex
  • Waku

Example:

presets: [
  [
    '@acid-info/logos-docusaurus-preset',
    {
      businessUnit: 'Codex',
    },
  ],
],

This is probably enough in most cases, as the Logos plugins will fill in other configurations related to the specified business unit. If you find any error in the information coming from Logos Plugins, please head over to Logos Docusaurus Plugins and create an issue.

Customization

You can find the instructions on adding more documentation sections, localization, and versioning on the Docusaurus website.

Note that theme customization is limited; for further instructions on customizing your theme, head over to Logos Docusaurus Theme.