Skip to content

Commit

Permalink
doc: synchronize scaffolding with georchestra template's
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpommier committed Feb 5, 2025
1 parent 9c7018a commit bcc227a
Show file tree
Hide file tree
Showing 55 changed files with 332 additions and 103 deletions.
5 changes: 0 additions & 5 deletions docs/guides_techniques/administrer/3d.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/guides_techniques/installer/index.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/guides_techniques/installer/une_page.md

This file was deleted.

19 changes: 19 additions & 0 deletions docs/index.en.md
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.
14 changes: 14 additions & 0 deletions docs/technical_guides/administration/index.en.md
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.
3 changes: 3 additions & 0 deletions docs/technical_guides/administration/one_page.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# A Page

A page from the "Administration" section.
4 changes: 4 additions & 0 deletions docs/technical_guides/contribute/api.en.md
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.
3 changes: 3 additions & 0 deletions docs/technical_guides/contribute/feature_matrix.en.md
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.
16 changes: 16 additions & 0 deletions docs/technical_guides/contribute/index.en.md
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.
5 changes: 5 additions & 0 deletions docs/technical_guides/index.en.md
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.
7 changes: 7 additions & 0 deletions docs/technical_guides/installation/configuration.en.md
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.
13 changes: 13 additions & 0 deletions docs/technical_guides/installation/debug.en.md
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.
21 changes: 21 additions & 0 deletions docs/technical_guides/installation/index.en.md
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)


21 changes: 21 additions & 0 deletions docs/technical_guides/installation/index.fr.md
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)

7 changes: 7 additions & 0 deletions docs/technical_guides/installation/installation.en.md
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.
3 changes: 3 additions & 0 deletions docs/technical_guides/installation/preparation.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Preparation

How to prepare the prerequisites.
9 changes: 9 additions & 0 deletions docs/technical_guides/installation/prerequisites.en.md
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.
9 changes: 9 additions & 0 deletions docs/technical_guides/installation/presentation.en.md
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.
5 changes: 5 additions & 0 deletions docs/technical_guides/installation/tests.en.md
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?
5 changes: 5 additions & 0 deletions docs/user_guide/getting_started.en.md
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.
7 changes: 7 additions & 0 deletions docs/user_guide/global_overview.en.md
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.
22 changes: 22 additions & 0 deletions docs/user_guide/index.en.md
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.
57 changes: 57 additions & 0 deletions docs/user_guide/syntax_help.en.md
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.
6 changes: 6 additions & 0 deletions docs/user_guide/tools.en.md
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.
40 changes: 0 additions & 40 deletions mkdocs-requirements.txt

This file was deleted.

Loading

0 comments on commit bcc227a

Please sign in to comment.