Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statisticsnorway/dapla-manual
Kom i gang med Dapla
https://github.com/statisticsnorway/dapla-manual
dapla
Last synced: 6 days ago
JSON representation
Kom i gang med Dapla
- Host: GitHub
- URL: https://github.com/statisticsnorway/dapla-manual
- Owner: statisticsnorway
- License: mit
- Created: 2023-10-22T16:33:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:03:19.000Z (about 2 months ago)
- Last Synced: 2024-10-29T10:56:13.423Z (about 2 months ago)
- Topics: dapla
- Language: HTML
- Homepage: https://manual.dapla.ssb.no/
- Size: 109 MB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Kom i gang på DAPLA
Dette repoet er ment å være en enkel beskrivelse av hvordan man tar i bruk SSB sin nye skyplattform DAPLA. Besøk hjemmesiden på denne adressen: https://manual.dapla.ssb.no/
## Bidra
Kjør følgende kommando for å se preview av manualen mens du jobber: `quarto preview dapla-manual`.
For å legge til nye elementer i menyen må filen `dapla-manual/_quarto.yml` oppdateres.
> [!WARNING]
> Notebooks i dette repoet bør ikke strippes, i det output er vist i selve manualen. Kjøre kommandoen under for å slå av stripping kun for dette repoet.```shell
git config --local include.path ../.gitconfig
```