= Lisk Documentation :hide-uri-scheme: :idprefix: :toc: preamble // External URLs: :url_antora_ui: https://gitlab.com/antora/antora-ui-default :url_antora_ui_docs: https://docs.antora.org/antora-ui-default/ :url_antora: https://antora.org/ :url_antora_directories: https://docs.antora.org/antora/latest/standard-directories/ :url_docs: https://lisk.com/documentation :url_docs_gitpage: https://liskhq.github.io/lisk-docs :url_github_sdk: https://github.com/LiskHQ/lisk-sdk/tree/development/docs/antora :url_github_core: https://github.com/LiskHQ/lisk-core/tree/development/docs/antora :url_github_service: https://github.com/LiskHQ/lisk-service/tree/development/docs/antora :url_github_lips: https://github.com/LiskHQ/lips
The {url_docs}[Lisk documentation^] includes explanations, guides, tutorials, and references about
The Lisk documentation uses {url_antora}[Antora^] as a documentation generator.
== Repository structure
The internal structure of development
and main
branch.
=== The docs/
folder
The source content for the general Lisk documentation is located in the docs/
folder.
The file structure follows the expected structure for Antora documentation, see: {url_antora_directories}[^].
All content is written in AsciiDoc.
=== The ui/
folder
The presentation of the documentation is stored completely separate from the actual content.
The UI is based on the {url_antora_ui}[Antora default UI^] (see also {url_antora_ui_docs}[^]).
It is customized as listed in the following points below:
=== The build/
folder
The build
folder contains the following:
site.yml
file, which is used to generate the Lisk documentation using Antora.searchdocs-scraper
folder, for creating the search index.lib
folder which stores the Asciidoc extensions that are used in the Lisk documentation.