Integrate with Project documentations
Directory Structure#
Put all Markdown files into the latest directory
Configuration file#
This file is located in /docs/<locale>/latest/config.json, where locale is locale codes, please refer to https://www.science.co.il/language/Locale-codes.php, locale is all lowercase. Don't forget to remove the comment after copying JSON.
More information about sidebar can be found at https://v2.docusaurus.io/docs/next/sidebar
Markdown formatting restrictions#
Use relative paths within Markdown files
../xxx/xxx, not absolute paths/docs/en/xxx/xxx. If you want to refer to files outside the docs directory, please usehttps://github.com/apache/apisix-xxx/blob/master/xxx/xxx.xxxYou need to use Markdown syntax when introducing images, i.e.
. Images cannot be introduced using HTML tags, i.e.<img src=". /assets/xxxx.png" />If the Markdown file contains HTML tags within it, be sure to make sure the tags are closed. For example
<br>must be written as<br/>