Go to file
Jakub 801eddf74c
Merge pull request #3 from acid-info/jenkins-ci
add jenkinsfile and CNAME file
2023-03-16 19:20:24 +01:00
.husky Initial commit 2022-10-31 14:59:47 +03:30
docs Initial commit 2022-10-31 14:59:47 +03:30
src Initial commit 2022-10-31 14:59:47 +03:30
static add jenkinsfile and CNAME file 2023-03-16 17:52:26 +00:00
.gitignore Initial commit 2022-10-31 14:59:47 +03:30
.prettierignore Initial commit 2022-10-31 14:59:47 +03:30
.prettierrc Initial commit 2022-10-31 14:59:47 +03:30
Jenkinsfile add jenkinsfile and CNAME file 2023-03-16 17:52:26 +00:00
README.md add jenkinsfile and CNAME file 2023-03-16 17:52:26 +00:00
babel.config.js Initial commit 2022-10-31 14:59:47 +03:30
docusaurus.config.js update contact info. 2022-11-09 18:26:48 +03:30
package.json update contact info. 2022-11-09 18:26:48 +03:30
sidebars.js Initial commit 2022-10-31 14:59:47 +03:30
team.json update contact info. 2022-11-09 18:26:48 +03:30
tsconfig.json Initial commit 2022-10-31 14:59:47 +03:30
yarn.lock update contact info. 2022-11-09 18:26:48 +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

Continuous Integration

Two branches are built by our Jenkins instance:

PRs should be made for develop branch and master should be rebased on develop once changes are verified.

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:

  • 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.