You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ De dynamische voorbeeldpagina van het template is [hier te bekijken](https://geo
8
8
9
9
## Starten
10
10
11
-
Gebruik de knop [*Use this template*](https://github.com/Geonovum/NL-ReSpec-template/generate?description=Geonovum+documenttemplate) om een nieuwe repository aan te maken:
11
+
Gebruik de knop [*Gebruik deze template*](https://github.com/Geonovum/NL-ReSpec-template/generate?description=Geonovum+documenttemplate) om een nieuwe repository aan te maken:
12
12
13
13
***Owner:** kies `Geonovum` als je daar rechten voor hebt.
14
14
***Visibility:** kies **Public**.
@@ -26,9 +26,8 @@ Voor het aanpassen van het document raden we aan om een IDE te gebruiken, zoals
26
26
27
27
### Aanpassen van content
28
28
29
-
* Pas instellingen aan in de configuratiebestanden (`config.js`, `organisation-config.js`)
29
+
* Pas instellingen aan in de configuratiebestanden (`config.js`)
30
30
* Voeg markdown-bestanden toe of wijzig bestaande bestanden
31
-
* Plaatsen die ingevuld moeten worden zijn gemarkeerd met `TODO:`
32
31
33
32
### Configuratiebestanden
34
33
@@ -60,7 +59,7 @@ Meer info: [ReSpec documentatie](https://respec.org/docs/#css-classes)
60
59
61
60
## Automatische checks en build
62
61
63
-
De GitHub Actions workflow draait automatisch bij iedere commit op `main`, `develop`of bij een GitHub Release. Daarbij gebeuren de volgende stappen:
62
+
De GitHub Actions workflow draait automatisch bij iedere commit of bij een GitHub Release. Daarbij gebeuren de volgende stappen:
64
63
65
64
1. HTML wordt gegenereerd met [ReSpec](https://respec.org/)
66
65
2. (optioneel) PDF wordt gegenereerd — indien `alternateFormats` is ingesteld in `config.js`:
@@ -91,9 +90,9 @@ Wanneer je document klaar is, publiceer je via **GitHub Releases**:
91
90
### Pre-release (testomgeving)
92
91
93
92
* Ga naar het tabblad **Releases** in je eigen repo
94
-
* Klik op **“Draft a new release”**
95
-
* Geef een versienummer (bijv. `v0.1.0`)
96
-
***Vink aan:** “This is a pre-release”
93
+
* Klik op **“Create a new release”**
94
+
* Geef een tag aan bij, Choose a tag (bijv. `v0.1.0`) en klik op **“Create new tag”**
95
+
***Vink aan:** “This is a pre-release” onderop deze pagina
97
96
* Klik op **“Publish release”**
98
97
99
98
💡 Dit publiceert je document automatisch op:
@@ -104,8 +103,8 @@ Wanneer je document klaar is, publiceer je via **GitHub Releases**:
104
103
### Release (productieomgeving)
105
104
106
105
* Ga opnieuw naar **Releases**
107
-
* Klik op **“Draft a new release”**
108
-
*Kies een nieuwe versie (bijv. `v1.0.0`)
106
+
* Klik op **“Create a new release”**
107
+
*Geef een tag aan bij, Choose a tag (bijv. `v0.1.0`) en klik op **“Create new tag”**
0 commit comments