Skip to content

Commit 6af8826

Browse files
fix: remove outdated protocol writing pages (#294)
Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
1 parent 16dbbf8 commit 6af8826

File tree

4 files changed

+3
-447
lines changed

4 files changed

+3
-447
lines changed

src/app/docs/layout.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ export const navItems = [
3939
{title: 'FAQ', href: '/docs/faq' },
4040
],
4141
},
42-
{title: 'Writing a protocol',
43-
links: [
44-
{title: 'Writing your first protocol', href: '/docs/protocols/writing'},
45-
{title: 'Submitting to the registry', href: '/docs/protocols/submitting'},
46-
]
47-
},
4842
];
4943

5044
export default function DocsLayout({children, sections = {}}) {

src/app/docs/protocols/submitting/page.mdx

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

0 commit comments

Comments
 (0)