Skip to content

Commit ac5711f

Browse files
Merge pull request #23 from joshuagl/joshuagl/adoptions-spec
Add new adoptions, redirect /specification to the rendered spec on GH pages
2 parents b3e5759 + 808fd50 commit ac5711f

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ weight = 3
9797
[[menu.main]]
9898
name = "Specification (latest)"
9999
parent = "getting-started"
100-
url = "https://theupdateframework.github.io/specification/latest/"
100+
url = "/specification"
101101
weight = 4
102102

103103
[[menu.main]]
104104
name = "Specification index"
105105
parent = "getting-started"
106-
url = "https://theupdateframework.github.io/specification/"
106+
url = "/specification/list"
107107
weight = 5
108108

109109

data/adoptions.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ main:
2323
tag: Notary
2424
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
2525
tag: foundriesio
26+
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
27+
tag: fleetdm
2628
ongoing:
2729
- url: https://www.well-typed.com/blog/2015/04/improving-hackage-security
2830
tag: Haskell
@@ -32,4 +34,6 @@ ongoing:
3234
- url: https://github.com/php-tuf/php-tuf
3335
tag: PHP
3436
- url: https://www.python.org/dev/peps/pep-0458/
35-
tag: PyPI
37+
tag: PyPI
38+
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
39+
tag: mamba

netlify.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ command = "make preview-build"
1010

1111
[context.branch-deploy]
1212
command = "make preview-build"
13+
14+
[[redirects]]
15+
from = "/specification/latest"
16+
to = "https://theupdateframework.github.io/specification/latest/"
17+
18+
[[redirects]]
19+
from = "/specification/list"
20+
to = "https://theupdateframework.github.io/specification/"
21+
22+
[[redirects]]
23+
from = "/specification"
24+
to = "https://theupdateframework.github.io/specification/latest/"
5.98 KB
Loading
27.5 KB
Loading

0 commit comments

Comments
 (0)