diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-01-20 02:02:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 21:02:42 -0500 |
commit | 4bf98ab239f1e377b4023b475c1aa1ff9bfc939e (patch) | |
tree | 8b94f98663bc176277f3a5b2e4f289aa11b1d626 | |
parent | 02c6a88d8af08d3e3ae79724d9fb12d4a0f8222f (diff) |
docs: Move release schedule section (#9178)
-rw-r--r-- | docs/toc.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/toc.json b/docs/toc.json index f125840f1..6c6604ed2 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -92,10 +92,10 @@ "name": "Contributing", "children": { "building_from_source": "Building from source", - "release_schedule": "Release schedule", "development_tools": "Development tools", "style_guide": "Style guide", - "architecture": "Architecture" + "architecture": "Architecture", + "release_schedule": "Release schedule" } } } |