mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 10:59:18 +00:00 
			
		
		
		
	make Introduction sidebar visible on all pages and add a few relevant sections
This commit is contained in:
		
							parent
							
								
									296fe80987
								
							
						
					
					
						commit
						3866e1413f
					
				
					 1 changed files with 31 additions and 6 deletions
				
			
		| 
						 | 
					@ -15,6 +15,13 @@ export default defineConfig({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		sidebar: {
 | 
							sidebar: {
 | 
				
			||||||
			"/api/": [
 | 
								"/api/": [
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										text: "Introduction",
 | 
				
			||||||
 | 
										items: [
 | 
				
			||||||
 | 
											{ text: "Getting Started", link: "/learn/overview/get-started" },
 | 
				
			||||||
 | 
											{ text: "First Jecs Project", link: "/learn/overview/first-jecs-project" },
 | 
				
			||||||
 | 
										]
 | 
				
			||||||
 | 
									},
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					text: "API reference",
 | 
										text: "API reference",
 | 
				
			||||||
					items: [
 | 
										items: [
 | 
				
			||||||
| 
						 | 
					@ -22,7 +29,7 @@ export default defineConfig({
 | 
				
			||||||
						{ text: "World", link: "/api/world" },
 | 
											{ text: "World", link: "/api/world" },
 | 
				
			||||||
						{ text: "Query", link: "/api/query" },
 | 
											{ text: "Query", link: "/api/query" },
 | 
				
			||||||
					],
 | 
										],
 | 
				
			||||||
				},
 | 
									}
 | 
				
			||||||
			],
 | 
								],
 | 
				
			||||||
			"/learn/": [
 | 
								"/learn/": [
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
| 
						 | 
					@ -43,17 +50,35 @@ export default defineConfig({
 | 
				
			||||||
					],
 | 
										],
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					text: "FAQ",
 | 
										text: "API Reference",
 | 
				
			||||||
					items: [{ text: "How can I contribute?", link: "/learn/faq/contributing" }],
 | 
										items: [
 | 
				
			||||||
 | 
											{ text: "jecs", link: "/api/jecs"},
 | 
				
			||||||
 | 
											{ text: "World", link: "/api/world"},
 | 
				
			||||||
 | 
											{ text: "Query", link: "/api/query"}
 | 
				
			||||||
 | 
										]
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										text: "Contribute",
 | 
				
			||||||
 | 
										items: [
 | 
				
			||||||
 | 
											{ text: "How Can I Contribute?", link: "/contributing/guidelines" }
 | 
				
			||||||
 | 
										]
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
			],
 | 
								],
 | 
				
			||||||
			"/contributing/": [
 | 
								"/contributing/": [
 | 
				
			||||||
 | 
									{
 | 
				
			||||||
 | 
										text: "Introduction",
 | 
				
			||||||
 | 
										items: [
 | 
				
			||||||
 | 
											{ text: "Getting Started", link: "/learn/overview/get-started" },
 | 
				
			||||||
 | 
											{ text: "First Jecs Project", link: "/learn/overview/first-jecs-project" },
 | 
				
			||||||
 | 
										],
 | 
				
			||||||
 | 
									},
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					text: "Contributing",
 | 
										text: "Contributing",
 | 
				
			||||||
					items: [
 | 
										items: [
 | 
				
			||||||
						{ text: "Contribution Guidelines", link: "/learn/contributing/guidelines" },
 | 
											{ text: "Contribution Guidelines", link: "/contributing/guidelines" },
 | 
				
			||||||
						{ text: "Submitting Issues", link: "/learn/contributing/issues" },
 | 
											{ text: "Submitting Issues", link: "/contributing/issues" },
 | 
				
			||||||
						{ text: "Submitting Pull Requests", link: "/learn/contributing/pull-requests" },
 | 
											{ text: "Submitting Pull Requests", link: "/contributing/pull-requests" },
 | 
				
			||||||
 | 
											{ text: "Code Coverage", link: "/contributing/coverage" },
 | 
				
			||||||
					],
 | 
										],
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
			],
 | 
								],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue