Skip to content

Robotnik08/docato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docato

Docato is a simple documentation generator made for generating user written documentation for your projects. It is written in Dosato, a general purpose programming language.
Docato is originally made for the Dosato documentation, but we aim for it to be useful for other projects as well.

Installation

To Use Docato, you need to have Dosato installed. You can install Dosato by following the instructions here.
Copy the file structure of the demo folder to your project, and copy the src file and dlls into the root of your project.

Read the SPECIFICATIONS.md file for more information on how to use Docato.

Features

  1. Read configuration from a file.
  2. Compile documentation.
  3. Parse Markdown files.
  4. Automatic labeling of chapters and sections.
  5. Customs header and footer.
  6. Custom variables.
  7. Built-in variables.
  8. Linking to other pages.
  9. Linking CSS and JS files.
  10. Linking other assets
  11. Custom favicon.
  12. Custom markdown components.