mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Docs: Add pageOrderInSection meta tag to high-level-architecture.md (#15090)
Changes: - Added a pageOrderInSection meta tag to the high level architecture page in the contributing docs. The missing meta tag is currently preventing the Fleet website from deploying and causing the website tests to fail.
This commit is contained in:
parent
014ff490d0
commit
97c63c6c05
1 changed files with 1 additions and 0 deletions
|
|
@ -190,3 +190,4 @@ graph LR;
|
|||
vulnServer --> fleetServer;
|
||||
```
|
||||
|
||||
<meta name="pageOrderInSection" value="1201">
|
||||
Loading…
Reference in a new issue