mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Merge branch 'main' of https://github.com/Ukendio/jecs
This commit is contained in:
commit
3b79717556
1 changed files with 9 additions and 9 deletions
|
@ -28,22 +28,22 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
text: "Introduction",
|
text: "Introduction",
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Getting Started', link: 'learn/overview/get-started' },
|
{ text: 'Getting Started', link: '/learn/overview/get-started' },
|
||||||
{ text: 'First Jecs Project', link: 'learn/overview/first-jecs-project' }
|
{ text: 'First Jecs Project', link: '/learn/overview/first-jecs-project' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Concepts',
|
text: 'Concepts',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Entities and Components', link: 'learn/concepts/entities-and-components' },
|
{ text: 'Entities and Components', link: '/learn/concepts/entities-and-components' },
|
||||||
{ text: 'Queries', link: 'learn/concepts/queries' },
|
{ text: 'Queries', link: '/learn/concepts/queries' },
|
||||||
{ text: 'Relationships', link: 'learn/concepts/relationships' },
|
{ text: 'Relationships', link: '/learn/concepts/relationships' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "FAQ",
|
text: "FAQ",
|
||||||
items: [
|
items: [
|
||||||
{ text: 'How can I contribute?', link: 'learn/faq/contributing' }
|
{ text: 'How can I contribute?', link: '/learn/faq/contributing' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -52,9 +52,9 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
text: 'Contributing',
|
text: 'Contributing',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Contribution Guidelines', link: 'learn/contributing/guidelines' },
|
{ text: 'Contribution Guidelines', link: '/learn/contributing/guidelines' },
|
||||||
{ text: 'Submitting Issues', link: 'learn/contributing/issues' },
|
{ text: 'Submitting Issues', link: '/learn/contributing/issues' },
|
||||||
{ text: 'Submitting Pull Requests', link: 'learn/contributing/pull-requests' },
|
{ text: 'Submitting Pull Requests', link: '/learn/contributing/pull-requests' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue