Skip to content

Commit b078dcf

Browse files
committed
Remove conformance table for v1.0
Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
1 parent 90c9a7c commit b078dcf

File tree

4 files changed

+3
-52
lines changed

4 files changed

+3
-52
lines changed

hack/mkdocs-generate-conformance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def on_files(files, config, **kwargs):
4141
log.info("generating conformance")
4242

4343
vers = getConformancePaths()
44-
# Iterate over the list of versions. Exclude the pre 1.0 versions.
45-
for v in vers[3:]:
44+
# Iterate over the list of versions. Exclude the pre 1.1 versions.
45+
for v in vers[4:]:
4646

4747
confYamls = getYaml(v)
4848
releaseVersion = v.split(os.sep)[-2]

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ nav:
8888
- v1.3: implementations/v1.3.md
8989
- v1.2: implementations/v1.2.md
9090
- v1.1: implementations/v1.1.md
91-
- v1.0: implementations/v1.0.md
9291
- FAQ: faq.md
9392
- Glossary: concepts/glossary.md
9493
- Guides:

site-src/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cover, and documentation to help users get started.
1010

1111
!!! info "Compare extended supported features across implementations"
1212

13-
[View a table to quickly compare supported features of projects](implementations/v1.1.md). These outline Gateway controller implementations that have passed core conformance tests, and focus on extended conformance features that they have implemented.
13+
[View a table to quickly compare supported features of projects](implementations/v1.2.md). These outline Gateway controller implementations that have passed core conformance tests, and focus on extended conformance features that they have implemented.
1414

1515
## Gateway Controller Implementation Status <a name="gateways"></a>
1616

site-src/implementations/v1.0.md

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

0 commit comments

Comments
 (0)