Skip to content

Commit 6721b42

Browse files
committed
Moved some pages into new Engineering Practices
1 parent 60fd709 commit 6721b42

File tree

6 files changed

+8
-1
lines changed

6 files changed

+8
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Engineering Practices
3+
sidebar_order: 20
4+
---
5+
6+
<PageGrid />

develop-docs/development/rust.mdx renamed to develop-docs/engineering-practices/rust.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Rust Development
33
description: This is a document that contains a bunch of useful resources for getting started with Rust and adhering to our coding principles.
4-
sidebar_order: 90
4+
sidebar_order: 40
55
---
66

77
## Getting Started

src/components/sidebar/developDocsSidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {docNodeToNavNode, getNavNodes} from './utils';
1010

1111
const devDocsMenuItems: {root: string; title: string; hideChevron?: boolean}[] = [
1212
{root: 'getting-started', title: 'Getting Started', hideChevron: true},
13+
{root: 'engineering-practices', title: 'Engineering Practices'},
1314
{root: 'development', title: 'Development'},
1415
{root: 'application', title: 'Application'},
1516
{root: 'frontend', title: 'Frontend'},

0 commit comments

Comments
 (0)