Skip to content

Commit a75c1fa

Browse files
committed
Initial OS2skoledata documentation
1 parent cfa4cc4 commit a75c1fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1616
-215
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem "just-the-docs", "0.10.1" # pinned to the current release
88

99
gem "jekyll-relative-links", "0.7.0"
1010

11-
gem "sass-embedded", "~> 1.78.0"
11+
gem "sass-embedded", "~> 1.78.0"

Gemfile.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.3.0)
7-
bigdecimal (3.2.2)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
10-
csv (3.3.5)
10+
csv (3.3.4)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15+
ffi (1.17.2-arm64-darwin)
16+
ffi (1.17.2-x64-mingw-ucrt)
1517
ffi (1.17.2-x86_64-linux-gnu)
1618
forwardable-extended (2.6.0)
17-
google-protobuf (4.31.1-x86_64-linux-gnu)
19+
google-protobuf (4.31.0-arm64-darwin)
20+
bigdecimal
21+
rake (>= 13)
22+
google-protobuf (4.31.0-x64-mingw-ucrt)
23+
bigdecimal
24+
rake (>= 13)
25+
google-protobuf (4.31.0-x86_64-linux-gnu)
1826
bigdecimal
1927
rake (>= 13)
2028
http_parser.rb (0.8.0)
@@ -67,13 +75,17 @@ GEM
6775
pathutil (0.16.2)
6876
forwardable-extended (~> 2.6)
6977
public_suffix (6.0.2)
70-
rake (13.3.0)
78+
rake (13.2.1)
7179
rb-fsevent (0.11.2)
7280
rb-inotify (0.11.1)
7381
ffi (~> 1.0)
7482
rexml (3.4.1)
7583
rouge (4.5.2)
7684
safe_yaml (1.0.5)
85+
sass-embedded (1.78.0-arm64-darwin)
86+
google-protobuf (~> 4.27)
87+
sass-embedded (1.78.0-x64-mingw-ucrt)
88+
google-protobuf (~> 4.27)
7789
sass-embedded (1.78.0-x86_64-linux-gnu)
7890
google-protobuf (~> 4.27)
7991
terminal-table (3.0.2)
@@ -82,8 +94,9 @@ GEM
8294
webrick (1.9.1)
8395

8496
PLATFORMS
97+
arm64-darwin-23
98+
x64-mingw-ucrt
8599
x86_64-linux
86-
x86_64-linux-gnu
87100

88101
DEPENDENCIES
89102
jekyll (~> 4.4.1)
@@ -92,4 +105,4 @@ DEPENDENCIES
92105
sass-embedded (~> 1.78.0)
93106

94107
BUNDLED WITH
95-
2.5.14
108+
2.3.26

MAINTAINERS.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

PROJECT_CONTRIBUTING_TEMPLATE.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,11 @@
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/)
115

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/)
447

458
---
469

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)*
4911

_config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
title: Just the Docs Template
2-
description: A starter template for a Jeykll site using the Just the Docs theme!
1+
title: OS2skoledata dokumentation
2+
description: Denne dokumentation har til formål at give et omfattende overblik over, hvordan man bruger, vedligeholder og fejlsøger OS2skoledata på en sikker og effektiv måde. Den skal klæde brugere, udviklere og administratorer på med den nødvendige viden til effektiv håndtering og langsigtet support.
33
theme: just-the-docs
44

5-
url: https://just-the-docs.github.io
5+
url: https://os2skoledata.github.io/OS2skoledata-docs/
66

77
aux_links:
8-
Template Repository: https://github.com/just-the-docs/just-the-docs-template
8+
github.com/os2skoledata: https://github.com/OS2skoledata/OS2skoledata
9+
os2.eu/os2skoledata: https://www.os2.eu/os2skoledata
10+
11+
plugins:
12+
- jekyll-relative-links

0 commit comments

Comments
 (0)