first commit
This commit is contained in:
16
documentation/docs/index.md
Normal file
16
documentation/docs/index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Dynamic Collection v2
|
||||
|
||||
Documentazione utente e tecnica della piattaforma **Dynamic Collection** (versione 2).
|
||||
|
||||
Piattaforma per la catalogazione e curatela di collezioni digitali di reperti
|
||||
archeologici, con esposizione dei dati secondo lo standard di harvesting
|
||||
**KSamsök 2 Linked Art** del Riksantikvarieämbetet (RAÄ).
|
||||
|
||||
!!! note "Lavori in corso"
|
||||
Questa documentazione è in fase di stesura insieme alla riscrittura della piattaforma.
|
||||
|
||||
## Sezioni
|
||||
|
||||
- Guida utente — *in arrivo*
|
||||
- Guida sviluppatore — *in arrivo*
|
||||
- Endpoint LOD / Linked Art — *in arrivo*
|
||||
22
documentation/mkdocs.yml
Normal file
22
documentation/mkdocs.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
site_name: Dynamic Collection v2
|
||||
site_description: Documentazione della piattaforma Dynamic Collection (v2)
|
||||
repo_url: https://github.com/LundDarkLab/adc
|
||||
|
||||
docs_dir: docs
|
||||
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
primary: indigo
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- content.code.copy
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.highlight
|
||||
- pymdownx.superfences
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
Reference in New Issue
Block a user