Skip to content

Commit

Permalink
feat(docs): Update documentation content
Browse files Browse the repository at this point in the history
- Updated the description of the "Learn the basic Volvox.Apollo concepts and how to use them" link in `_category_.json` to provide a more comprehensive understanding of Volvox.Apollo's core principles and effective utilization.
- Removed the `create-a-blog-post.md`, `create-a-document.md`, `create-a-page.md`, `deploy-your-site.md`, `markdown-features.mdx`, and `index.mdx` files from the `/docs/basics/` directory as they are no longer needed.
- Updated the link in `docusaurus.config.ts` to redirect to `/apollo-docs`.
- Deleted the `markdown-page.md` file from `/src/pages/`.

These changes were made to improve and streamline the documentation content.
  • Loading branch information
BillChirico committed Nov 8, 2023
1 parent 9aebd5c commit a8a12cb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 308 deletions.
2 changes: 1 addition & 1 deletion docs/basics/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 2,
"link": {
"type": "generated-index",
"description": "Learn the basic Volvox.Apollo concepts and how to use them."
"description": "Gain a foundational understanding of Volvox.Apollo's core principles and learn to effectively utilize them in your integrations."
}
}
34 changes: 0 additions & 34 deletions docs/basics/create-a-blog-post.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/basics/create-a-document.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/basics/create-a-page.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/basics/deploy-your-site.md

This file was deleted.

146 changes: 0 additions & 146 deletions docs/basics/markdown-features.mdx

This file was deleted.

Empty file removed docs/index.mdx
Empty file.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const config: Config = {
to: 'https://apollo.volvox.tech',
},
{
to: '/',
to: '/apollo-docs',
position: 'left',
label: 'Home'
},
Expand Down
7 changes: 0 additions & 7 deletions src/pages/markdown-page.md

This file was deleted.

0 comments on commit a8a12cb

Please sign in to comment.