{{ focusLast }}
Need Inspiration? Start with a template:
Tutorial
RESTful API
Function
FAQ
External URL
Want to create a doc with our API?

  1. Create a file with a file name of the slug you would like this document to have
  2. $ touch {slug}.md
  3. Insert the following content into the file
  4. ---
    category: {{category._id}}{{ parentDoc ? '\nparentDoc: ' + parentDoc._id : ''}}
    title: Your page title goes here
    ---
    
    This is where your body content goes.
    
  5. Install rdme if you haven't already
  6. $ npm install rdme
  7. Sync your docs!
  8. $ npx rdme docs folder-of-your-markdown-files \
      --key={{project.apiKey}} \
      --version={{version.version}}
    

For more complex use cases, please see our HTTP API docs