Skip to content

Commit

Permalink
chore: modified folder structure and fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
temiye18 committed Oct 8, 2024
1 parent e8f10f9 commit b473db1
Show file tree
Hide file tree
Showing 208 changed files with 62 additions and 7,686 deletions.
18 changes: 9 additions & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineConfig({
items: [
{
label: "Getting Started",
slug: "docs/core/getting-started",
slug: "en/core/getting-started",
},
{
label: "surveilr CLI",
Expand All @@ -70,34 +70,34 @@ export default defineConfig({
label: "Ingest Commands",
collapsed: true,
autogenerate: {
directory: "docs/core/cli/ingest-commands",
directory: "en/core/cli/ingest-commands",
},
},
{
label: "CLI Commands",
slug: "docs/core/cli/cli-commands",
slug: "en/core/cli/cli-commands",
},
],
},
{
label: "Capturable Executables",
collapsed: true,
autogenerate: {
directory: "docs/core/capturable-executables",
directory: "en/core/capturable-executables",
},
},
{
label: "Concepts",
collapsed: true,
autogenerate: {
directory: "docs/core/concepts",
directory: "en/core/concepts",
},
},
{
label: "Admin",
collapsed: true,
autogenerate: {
directory: "docs/core/admin",
directory: "en/core/admin",
},
},
],
Expand All @@ -112,13 +112,13 @@ export default defineConfig({
{
label: "RSSD Schema",
autogenerate: {
directory: "docs/standard-library/rssd-schema",
directory: "en/standard-library/rssd-schema",
},
},
{
label: "Notebooks Schema",
autogenerate: {
directory: "docs/standard-library/notebooks-schema",
directory: "en/standard-library/notebooks-schema",
},
},
],
Expand All @@ -130,7 +130,7 @@ export default defineConfig({
label: "Discipline-centric Patterns",
collapsed: true,
autogenerate: {
directory: "docs/patterns/disciplines",
directory: "en/patterns/disciplines",
},
},
],
Expand Down
29 changes: 0 additions & 29 deletions src/content/docs/_es/docs.mdx

This file was deleted.

104 changes: 0 additions & 104 deletions src/content/docs/_es/docs/core/cli/ingest-commands/imap.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit b473db1

Please sign in to comment.