Skip to content

Just the docs (Jekyll)

  1. Create a obsidian vault with name docs folder inside the project root directory.
  2. Create a ____config.yml__ file inside it and paste the below code
    remote_theme: "pmarsceill/just-the-docs@main"
    
    title: Documentation
    description: this is the official documentation on how to use this repo.
    
    theme:
      name: jekyll-theme-cayman
    
    color_scheme: dark 
    
  3. Create a create a index file inside the docs folder which has all the main pages link in relative formatting ([Login](./API/login)).
  4. Create a indexing for every big folder.
  5. Every Heading tag will be visible in the left side navbar

Mk docs

https://www.youtube.com/watch?v=Q-YA_dA8C20