Skip to content

Commit 225824c

Browse files
committed
removed tutorials section, preferring to link to implementation specific content
1 parent b093dd7 commit 225824c

File tree

6 files changed

+8
-91
lines changed

6 files changed

+8
-91
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ Consider this priority order of contribution:
3737
- for example, how to perform vector similarity search
3838
- add a page under `/src/content/docs/guides`
3939
- use the template `/src/content/docs/guides/template.md`
40-
4. Tutorial - some how-to guides can be combined into tutorials
41-
- walk through a complete example, including data
42-
- still try to be implementation independent
43-
- for example, chat with a PDF
44-
- add a page under `/src/content/docs/tutorials`
45-
- use the template `/src/content/docs/tutorials/template.md`
40+
4. ~~Tutorial - some how-to guides can be combined into tutorials~~
41+
- prefer to reference/link to tutorials where appropriate and available
42+
- ~~walk through a complete example, including data~~
43+
- ~~still try to be implementation independent~~
44+
- ~~for example, chat with a PDF~~
45+
- ~~add a page under `/src/content/docs/tutorials`~~
46+
- ~~use the template `/src/content/docs/tutorials/template.md`~~
4647

4748

4849
### Media assets

astro.config.mjs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ export default defineConfig({
4343
label: 'Intro to Knowledge Graphs',
4444
link: '/concepts/intro-to-knowledge-graphs/'
4545
}]
46-
}, {
47-
label: 'Tutorials',
48-
items: [
49-
// Each item here is one entry in the navigation menu.
50-
{
51-
label: 'Chat with a PDF',
52-
link: '/tutorials/chat-with-pdf/'
53-
}]
5446
}, {
5547
label: 'How-to Guides',
5648
items: [{
@@ -60,7 +52,7 @@ export default defineConfig({
6052
}, {
6153
label: 'Reference',
6254
items: [{
63-
label: 'Retrieval Patterns',
55+
label: 'Retrieval',
6456
autogenerate: {
6557
directory: 'reference/graphrag'
6658
}

src/content/docs/index.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
3131
description="Goal focused guides, from data preparation to retrieval."
3232
href="/guides/chunking"
3333
/>
34-
<LinkCard
35-
title="Tutorials"
36-
description="Put everything together using real data."
37-
href="/tutorials/chat-with-pdf"
38-
/>
3934
<LinkCard
4035
title="Reference"
4136
description="GraphRAG Pattern Catalog of graph models and GraphRAG retrievers"

src/content/docs/tutorials/chat-with-pdf.md

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

src/content/docs/tutorials/index.md

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

src/content/docs/tutorials/template.md

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

0 commit comments

Comments
 (0)