Welcome to the Exolynk system documentation.
Important Note: the Exolynk Documentation CMS used some specific tags and syntaxes which are described here some of them will not be rendered as a proper Markup on GitHub, please use therefore our Exolynk Documentation CMS.
- Documentation
- README.md
- _config.yml
- chapter.md
- pages
- 01.Use-of-exolynk
- 01.getting-started
- 02.configuration
- chapter.md
- 02.Exolynk-modeler
- 01.layouting-reference
- exolynk.md
- 03.Rune-language
- 01.introduction
- 02.getting-started
- 03.concepts
- 01.items-and-imports
- 02.functions
- 03.control-flow
- 04.variables-and-memory
- 05.loops
- 06.pattern-matching
- 07.template-literals
- 08.instance-functions
- exolynk.md
- 04.built-in-types
- 01.primitives-and-references
- 02.vectors
- 03.objects
- 04.tuples
- exolynk.md
- 05.dynamic-types
- 01.structs
- 02.enums
- exolynk.md
- 06.try-operator
- 07.generators
- 08.closures
- 09.asynchronous-programming
- 01.streams
- exolynk.md
- 10.macros
- exolynk.md
- 04.Language-api
- 01.base-api
- 02.service-and-server-specific-api
- 03.workflow-and-webapp-specific-api
- chapter.md
- 05.contribution
- 01.docs-syntax
- 02.contribution-rules
- chapter.md
- chapter.md
- feed
- 01.Use-of-exolynk
https://github.com/michalbe/md-file-tree
Dependencies: tree
Installation under MacOS: brew install tree
└── pages
├── 01.Use-of-exolynk
│ ├── 01.getting-started
│ │ └── exolynk.md
│ ├── 02.configuration
│ │ └── exolynk.md
│ └── chapter.md
- For each document (*.md file) a separate folder is neccesary
- The folder has to be named as following:
ORDER#.
(two digits)FILENAME
(lowercase) Example:01.
getting-started
- The File name needs to be allways
exolynk.md
(twig-template) - The file title is specified in the document header as following:
---
title: 'Getting started'
taxonomy:
category: docs
process:
twig: true
---