Skip to content

Commit

Permalink
Merge pull request #1115 from gchq/dev/remove-unused-docs-pages
Browse files Browse the repository at this point in the history
removed unused docs pages
  • Loading branch information
ARADDCC002 authored Feb 21, 2024
2 parents 9422af7 + 854b792 commit 1e3547d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions frontend/pages/docs/directory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export const flatDirectory: Array<DirectoryEntry> = [
// Main Docs
{ title: 'Overview', slug: '', header: true },

{ title: 'Getting Started', slug: 'getting-started', header: true },

{ title: 'FAQ', slug: 'getting-started/faq' },
{ title: `What's new in V2?`, slug: 'getting-started/whats-new-in-v2' },

// Users
{ title: 'Users', slug: 'users', header: true },

Expand Down Expand Up @@ -83,10 +78,6 @@ export const flatDirectory: Array<DirectoryEntry> = [

// Markdown
{ title: 'Markdown Examples', slug: 'markdown-examples' },

// V2
{ title: 'V2', slug: 'v2', header: true },
{ title: 'Model Images', slug: 'v2/model-images' },
]

export interface DirectoryTree {
Expand Down
5 changes: 0 additions & 5 deletions frontend/pages/docs/getting-started/faq.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/pages/docs/getting-started/whats-new-in-v2.mdx

This file was deleted.

0 comments on commit 1e3547d

Please sign in to comment.