-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: synchronize scaffolding with georchestra template's
- Loading branch information
1 parent
9c7018a
commit bcc227a
Showing
55 changed files
with
332 additions
and
103 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
--- | ||
|
||
# Home | ||
|
||
## What is it ? | ||
|
||
This componant can do.... pancakes ! | ||
|
||
</br> | ||
|
||
![image info](./images/joyeux-collegues-utilisant-ordinateurs-portables.jpg) | ||
|
||
[Freepik](https://fr.freepik.com/photos-gratuite/joyeux-collegues-utilisant-ordinateurs-portables_2317379.htm#query=people%20working%20office) | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Table of Contents | ||
|
||
Table of Contents for the Administration Section | ||
|
||
This section of the documentation is dedicated to content administration: | ||
|
||
- Data Management | ||
- Data Updates | ||
- User Management | ||
- ... | ||
|
||
Place images in the `images` directory. | ||
|
||
![Data Management](images/gestion_donnees.jpg) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# A Page | ||
|
||
A page from the "Administration" section. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# API Documentation | ||
|
||
- Provide URLs to the APIs. | ||
- Describe the methods of the APIs (unless Swagger is integrated -> URL to Swagger). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Feature Matrix | ||
|
||
Describe here the list of features, ideally in the form of a table. |
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Table of Contents | ||
|
||
Table of Contents for the "Develop" Section | ||
|
||
![Develop](images/developper.jpg) | ||
|
||
Here's what is expected for documentation in this section: | ||
|
||
- Describe the separation between the client and server parts. | ||
- Provide URLs to the APIs. | ||
- Describe the methods of the APIs (unless Swagger is integrated). | ||
- Feature matrix. | ||
|
||
If possible and relevant: document the creation or use of a development template using the component. | ||
|
||
Images are stored in the `images` directory. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Technical Guides Index | ||
|
||
## Table of Contents | ||
|
||
Table of contents. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Configuration | ||
|
||
How to configure the component: | ||
|
||
- Explanation of the different configuration components (where and what). | ||
- List of possible configurations. | ||
- Example with concrete cases: I want to achieve this with the response. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Debugging | ||
|
||
## Debugging | ||
|
||
How to obtain debugging information (additional information in the console)? | ||
|
||
## Logging | ||
|
||
How are logs constructed? | ||
|
||
Where are they stored by default (or sent remotely)? | ||
|
||
How to modify the location/remote target? |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Table of Contents | ||
|
||
Table of Contents for the "Install" Section | ||
|
||
|
||
|
||
## [Presentation](presentation.md#presentation) | ||
### [Component Architecture](presentation.md#component-architecture) | ||
### [Recommendation](presentation.md#recommendation) | ||
## [Prerequisites](prerequisites.md#prerequis) | ||
### [Hardware](prerequisites.md#materiel) | ||
### [Software](prerequisites.md#logiciel) | ||
## [Preparation](preparation.md#preparation) | ||
## [Installation](installation.md#installation) | ||
## [Configuration](configuration.md#configuration) | ||
## [Debugging](debug.md#debug) | ||
### [Debugging](debug.md#debug_1) | ||
### [Logging](debug.md#log) | ||
## [Testing](tests.md#tests) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Sommaire | ||
|
||
|
||
Sommaire de la partie Installer | ||
|
||
|
||
|
||
## [Présentation](presentation.md#presentation) | ||
### [Architecture composant](presentation.md#architecture-composant) | ||
### [Recommandation](presentation.md#recommandation) | ||
## [Prérequis](prerequisites.md#prerequis) | ||
### [Matériel](prerequisites.md#materiel) | ||
### [Logiciel](prerequisites.md#logiciel) | ||
## [Préparation](preparation.md#preparation) | ||
## [Installation](installation.md#installation) | ||
## [Configuration](configuration.md#configuration) | ||
## [Debug](debug.md#debug) | ||
### [Debug](debug.md#debug_1) | ||
### [Log](debug.md#log) | ||
## [Tests](tests.md#tests) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Installation | ||
|
||
How to install the component: | ||
|
||
- Clone/download from git or download binaries. | ||
- Install required dependencies/libraries. | ||
- Start a demo with default configuration. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Preparation | ||
|
||
How to prepare the prerequisites. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Prerequisites | ||
|
||
## Hardware | ||
|
||
5 GB RAM, 2 CPUs, 10 GB disk space, etc. | ||
|
||
## Software | ||
|
||
List the dependencies on libraries or software. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Presentation | ||
|
||
## Component Architecture | ||
|
||
Introduction to the component hierarchy. | ||
|
||
## Recommendation | ||
|
||
Recommendation on the installation architecture. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Testing | ||
|
||
Verification that everything is functional. | ||
|
||
Indication of the status page? |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Getting Started Quickly | ||
|
||
A relatively short documentation on how to quickly get acquainted with the product (in a few clicks), focusing on essential features, to avoid losing beginner users or those who are not comfortable with this type of tool. | ||
|
||
If possible, include images and/or diagrams to visually lighten the content, or even include a tutorial video. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Global Overview | ||
|
||
An overview of the page that appears when the product is opened, with boxes or numbers indicating and naming the different tools described in the various sections. | ||
|
||
Example of Mapstore2 global overview: | ||
|
||
![](images/00_vue_globale.png) |
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# User guide index | ||
|
||
This page is dedicated to the summary of the component's user guide, that is to say the reference documentation which describes all the functionalities and tools of the component intended for **users**. | ||
The table of contents for the guide is embedded here. | ||
|
||
**Recommendations**: | ||
|
||
- After this page, start with a "Global View" part of the tool which presents the main window of the component. | ||
- Add as many screenshots as possible to illustrate. Images are stored in the `images` directory. | ||
|
||
Example of guide tree for Mapstore2: | ||
|
||
- Global view of the component | ||
- Manage layer settings | ||
- The attribute table | ||
- The menu bar | ||
- Print a card | ||
... | ||
|
||
|
||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Syntax Help | ||
|
||
This page is here to help writers get acquainted with the markdown syntax itself enhanced by mkdocs and its plugins. | ||
|
||
Refer to [this site](https://www.markdownguide.org/basic-syntax/) for more comprehensive examples of Markdown syntax. | ||
|
||
|
||
|
||
## Headings and Hierarchy | ||
|
||
|
||
## Images | ||
|
||
Place images in the `images` directory at the same level as the markdown file. | ||
|
||
`![georchestra logo](images/georchestra-logo.svg)` | ||
|
||
![georchestra logo](images/georchestra-logo.svg) | ||
|
||
|
||
|
||
## Links | ||
|
||
|
||
## Notes, Warnings | ||
|
||
To obtain specific blocks to draw the reader's attention, you need to: | ||
|
||
- Install the Python module `mkdocs-callouts` | ||
- In the `mkdocs.yml` file: add `markdown_extensions` and a `plugin` (default declared) | ||
|
||
See [https://squidfunk.github.io/mkdocs-material/reference/admonitions/](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) for more information. | ||
|
||
Examples below, check the markdown file for the source code. | ||
|
||
|
||
!!! note "Note" | ||
|
||
Logoden biniou welcome. December or huzh. Some specific number. Ler ugent ma. Meurzh understanding koll. Dreuz Egineg an. An kas gortoz. C’higer mouezh Gerveur. Nor ur alies. Drezoc'h gwengolo kuzuliañ. | ||
|
||
Mestr kemmañ talvezout. Anezhañ kenavo tasenn. Neud laezh tarv. Warnomp an bleun. Vuoc’h da Plouneour-Menez. Bouton votez ac’hano. Huñvre c’hof poazhañ. Da pevar muiañ. Doñjer gouel alc’houez. Pluenn siminal hed. | ||
|
||
|
||
|
||
!!! tip "Tip" | ||
|
||
Logoden biniou welcome. December or huzh. Some specific number. Ler ugent ma. Meurzh understanding koll. Dreuz Egineg an. An kas gortoz. C’higer mouezh Gerveur. Nor ur alies. Drezoc'h gwengolo kuzuliañ. | ||
|
||
Mestr kemmañ talvezout. Anezhañ kenavo tasenn. Neud laezh tarv. Warnomp an bleun. Vuoc’h da Plouneour-Menez. Bouton votez ac’hano. Huñvre c’hof poazhañ. Da pevar muiañ. Doñjer gouel alc’houez. Pluenn siminal hed. | ||
|
||
|
||
!!! warning "Warning" | ||
|
||
Logoden biniou welcome. December or huzh. Some specific number. Ler ugent ma. Meurzh understanding koll. Dreuz Egineg an. An kas gortoz. C’higer mouezh Gerveur. Nor ur alies. Drezoc'h gwengolo kuzuliañ. | ||
|
||
Mestr kemmañ talvezout. Anezhañ kenavo tasenn. Neud laezh tarv. Warnomp an bleun. Vuoc’h da Plouneour-Menez. Bouton votez ac’hano. Huñvre c’hof poazhañ. Da pevar muiañ. Doñjer gouel alc’houez. Pluenn siminal hed. | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Toolbar or Menu | ||
|
||
Introduction to a first set of tools, often accompanied by screenshots to guide the user effectively. | ||
Images are stored in the `images` directory. | ||
|
||
Depending on the product, there may be a page for each group of tools, with sub-levels if necessary. |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.