Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e8defc2e4a97f780d714fee751d5ac6570b707f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
site_name: Nextcloud Deck
theme:
    name: readthedocs
extra_css: [extra.css]
pages:
    - Home: index.md
    - User documentation: User_documentation_en.md
    - Markdown composing: Markdown.md
    - API documentation:
        - REST API: API.md
        - Nextcloud API: API-Nextcloud.md
    - Developer documentation:
        - Data structure: structure.md
        - Import documentation:
            - Implement import: implement-import.md
            - Class diagram: import-class-diagram.md