Go to file
jinhojang6 5774589c89 chore: update security page 2024-06-04 02:39:38 +09:00
.github docs: add issue and PR templates 2023-09-27 23:39:57 +09:00
.husky update preset version and add terms 2023-06-10 12:54:05 +09:00
docs chore: update security page 2024-06-04 02:39:38 +09:00
src feat: add custom badge 2023-10-05 23:47:00 +09:00
static/docs update content 2023-06-16 22:54:40 +09:00
.gitignore Initial commit 2023-06-06 13:25:27 +03:30
.prettierignore Initial commit 2023-06-06 13:25:27 +03:30
.prettierrc Initial commit 2023-06-06 13:25:27 +03:30
Jenkinsfile fix jenkinsfile 2023-06-13 19:54:43 +01:00
README.md Initial commit 2023-06-06 13:25:27 +03:30
babel.config.js Initial commit 2023-06-06 13:25:27 +03:30
docusaurus.config.js feat: add security and update footer 2024-05-16 23:03:48 +09:00
package.json feat: implement requested changes 2023-09-21 02:07:47 +09:00
sidebars.js Initial commit 2023-06-06 13:25:27 +03:30
tsconfig.json Initial commit 2023-06-06 13:25:27 +03:30
yarn.lock feat: implement requested changes 2023-09-21 02:07:47 +09:00

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.