Skip to content
/ docs Public

Documentation for Elide

License

Notifications You must be signed in to change notification settings

elide-dev/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elide Documentation

Tip

See the main docs site to actually read the docs

This project is compatible with JetBrains Writerside, an IDE for technical writing and documentation. The outputs of this project combine with Dokka and Knit content to create Elide's documentation site.

Project Structure

Documentation structure is described using a combination of XML and Markdown; XML is used to describe categories and hierarchy, and Markdown/MDX is used to describe actual content. This project focuses on narrative documentation, where Dokka focuses on API docs, and Knit focuses on code samples.

API Docs

API documentation is generated for each release of Elide, and included as an archive in the API directory. This content is merged with the main doc site content on-build, and it is published in unison.

Contributing

There isn't a contributor guide yet, but you can get started by cloning the repo and opening it in Writerside. You can also refer to the contributor guide in the main Elide repo.