|
1 | | -> [!IMPORTANT] |
2 | | -> *Remove this section from your README.md after completing all setup tasks!* |
3 | | -> - [ ] Click the green "Use this template" button above. |
4 | | -> - [ ] Name your new repository and create it. |
5 | | -> - [ ] Replace all the grey placeholder texts with your project-specific information. |
6 | | -> - [ ] Add any additional relevant Markdown documents to your documentation. |
7 | | -> - [ ] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). |
8 | | -> - [ ] **Remove this setup section from your README.md.** |
9 | | -> |
10 | | -> *That's it! You are now set up, and your documentation site is live!* |
| 1 | +# OS2skoledata dokumentation |
| 2 | +Denne dokumentation har til formål at give et omfattende overblik over, hvordan OS2skoledata fungerer og hvordan den anvendes. |
| 3 | + |
| 4 | +[Læs dokumentationen](https://os2skoledata.github.io/OS2skoledata-docs/) |
11 | 5 |
|
12 | | - |
13 | | -# [Replace with Project Title] |
14 | | -> Replace this subtitle section with a clear statement defining the mission and goals of your project in a few simple terms. |
15 | | -
|
16 | | -[How It Works](#🧭-how-it-works) | [Architecture](#architecture) | [ How to Install and Run](#▶️-how-to-install-and-run) |
17 | | - |
18 | | -## 🧭 How It Works |
19 | | -> Replace with a brief, clear explanation of how the codebase works to achieve the stated mission objectives. |
20 | | -
|
21 | | -#### Architecture |
22 | | - |
23 | | -> Replace with a Brief introduction to the project's high-level architecture. Link to the architecture documentation with a diagram preferably in mermaid syntax. |
24 | | -[ARCHITECTURE.MD](./docs/ARCHITECTURE.MD) |
25 | | - |
26 | | -#### Key Features |
27 | | - |
28 | | -> Replace this with a brief explaination of the main features or functionalities of your project. |
29 | | -
|
30 | | -## ▶️ How to Install and Run |
31 | | -> Replace with clear, concise instructions on how to install and run the codebase for development, test and production setups. Link to repositories containing deployment templates that automates deployment |
32 | | -
|
33 | | -#### Setting up a development enviroment |
34 | | -> Describe how to get a development enviroment up and running |
35 | | -
|
36 | | -#### Deploying to production |
37 | | -> Describe the different deployment methods for the project. Please adhere to the deployment standards recommended by OS2 when describing how to get the project running in production. |
38 | | -
|
39 | | -#### |
40 | | - |
41 | | -## :star: Examples |
42 | | - |
43 | | -> Replace with examples demonstrating key functionality, code-snippets such as command-line usage, API calls or if needed screendumps |
| 6 | +Dokumentationen er skrevet i Markdown og omdannet med [Jekyll](https://jekyllrb.com/) |
44 | 7 |
|
45 | 8 | --- |
46 | 9 |
|
47 | | -*This project is licensed under the terms of the [LICENSE.md](LICENSE.md) | For contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md) | Contact: [maintainer usernames]()* |
48 | | - |
| 10 | +Contact: [kbp-di](https://github.com/kbp-di)* |
49 | 11 |
|
0 commit comments