Skip to content

Commit

Permalink
add placeholders for new content to be written
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jul 12, 2024
1 parent 24d5d1a commit b6e5f88
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sidebar-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ export const sidebar = [
text: "Cloud Services & Data Processing",
link: "/docs/guide/data-processing",
},

{
text: "Working with your data",
link: "/docs/guide/working-with-a-crate",
},
{
text: "Transforming your content",
link: "/docs/guide/transforming-content",
},
{
text: "Content Transcription and Entity Markup",
link: "/docs/guide/transcribing-content",
Expand All @@ -66,6 +69,10 @@ export const sidebar = [
text: "Assistant enabled e-discovery",
link: "/docs/guide/assistant-supported-discovery",
},
{
text: "Visualisation",
link: "/docs/guide/visualising-the-structure",
},
{
text: "Tips for using the Assistant",
link: "/docs/guide/prompt-engineering",
Expand Down
7 changes: 7 additions & 0 deletions src/docs/guide/transforming-content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Transforming Content
---

# Transforming Content

Coming soon.
7 changes: 7 additions & 0 deletions src/docs/guide/visualising-the-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Visualising the Linked Data Structure
---

# Visualising the Linked Data Structure

Coming soon.

0 comments on commit b6e5f88

Please sign in to comment.