website logo
Sign Up ➑Book a Demo
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
🌐Help Center
πŸ’ΌJobs
⌘K
πŸ‘‹Archbee Product Knowledge Portal
πŸš€GETTING STARTED
Learn the basics
How to get started
Use cases
πŸ“EDITOR
πŸ“ƒDOCUMENTS
πŸ—ƒοΈSPACES
🌎HOSTED SPACES
β˜•ORGANIZATIONS
πŸ“¦IMPORT & EXPORT
πŸ”ŒINTEGRATIONS
πŸ“₯GUIDES
πŸ”ƒPUBLIC API
Doc
πŸ”—EMBEDS EXAMPLES
➿MISC
Docs powered byΒ archbeeΒ 
6min

Setup the repository

How to setup the repository

Here's the link to the example repo: https://github.com/dragosbulugean/slateο»Ώ

If Archbee finds a .archbee.yaml file in the root of the repo like this one https://github.com/dragosbulugean/slate/blob/master/.archbee.yaml, then we use that to organize the content, or if we don't, we just set some defaults.

Create a .yaml file

Create aΒ .archbee.yamlΒ file with the following variable structure. The file must be located at the root of your repository.

  • root: ./docs property defines where's the directory containing the docs.
  • structure:
    • summary: summary.md reconstructs the document tree in the left navigation panel in Archbee. If there is none, we consider the folders to be the categories and mimic the file structure inside.
    • readme: Introduction.md we currently use it for the root of the collection when you publish it. For example, if you want something at the bare domain or subdomain (without any pathing), you can use this file.
    • assets: assets the assets folder is relative to docsPath. Archbee will upload all files found from that folder.

Example of an archbee.yaml config file:

archbee.yaml
|

Example of an archbee.json config file:

archbee.json
|

Create a summary.md file

The summary.md reconstructs the document tree in the left navigation panel in Archbee. It is recommended to have a summary, as it can help you organise your content nicely. See an example of a summary.md below:

summary.md
|

Using Markdown syntax with GitHub

Some of the blocks Archbee's editor support can be rendered if you are using specific syntax.

Check the ο»ΏEditor Markdown Shortcuts to use the shortcuts.

Updated 19 Jan 2023
Did this page help you?
Yes
No
UP NEXT
Custom code
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
How to setup the repository
Create a .yaml file
Create a summary.md file
Using Markdown syntax with GitHub