Skip to content

Commit 5d90310

Browse files
committed
documented the method of storing old versions as static HTML files
1 parent dd2a233 commit 5d90310

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dist
108108
.tern-port
109109

110110
# Spec-Up generated files and build artifacts
111-
*.html
111+
index.html
112112
!spec/**/*.html
113113

114114
# GitHub Pages deployment artifacts

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ DIIP follows a **6-month release cycle**:
1818

1919
- **Latest Published Version**: [https://FIDEScommunity.github.io/DIIP](https://FIDEScommunity.github.io/DIIP)
2020
- **Latest Draft**: [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft)
21+
- **Previous Versions***: Available as static files in the main branch. Examples: [v4](https://FIDEScommunity.github.io/DIIP/v4.html), [v5](https://FIDEScommunity.github.io/DIIP/v5.html)
2122

2223
## How to Contribute
2324

GOVERNANCE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ DIIP operates on a structured 6-month release cycle:
6767

6868
- **Published Version**: Available at [https://FIDEScommunity.github.io/DIIP](https://FIDEScommunity.github.io/DIIP)
6969
- **Draft Version**: Available at [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft)
70+
- **Previous Versions***: Available as static files in the main branch. Examples: [v4](https://FIDEScommunity.github.io/DIIP/v4.html), [v5](https://FIDEScommunity.github.io/DIIP/v5.html)
7071

7172
## Decision Making Process
7273

spec/spec.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
**Latest Draft:**
99
[https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft)
1010

11+
**Previous Releases:**
12+
[v4](v4.html),
13+
[v5](v5.html)
14+
1115
Editors:
1216
~ [Eelco Klaver](https://www.linkedin.com/in/eklaver/) (Credenco)
1317
~ [Harmen van der Kooij](https://www.linkedin.com/in/harmenvanderkooij/) (FIDES Labs)

0 commit comments

Comments
 (0)