Skip to content

apllodb/apllodb.github.io

Repository files navigation

apllodb documentation

This website is built using Docusaurus 2.

Documents are deployed to: https://apllodb.github.io

Installation

yarn install

Local Development

yarn start

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

Translation (i18n)

  • Japanese (default locale): docs/*.md
  • English: i18n/en/docusaurus-plugin-content-docs/current/*.md

Local development does not properly work for i18n. To check English translation locally, use the following command:

yarn run start -- --locale en

Branch Management

  • main: Documentation source codes.
  • (any feature branch): Merged into main via PRs.
  • gh-pages: Compiled docs.

Deployment

GitHub Actions is configured to deploy docs automatically on main branch update (usually a PR is merged).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published