Skip to content

Commit

Permalink
feat: moving files around
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll committed May 16, 2024
1 parent d39e29a commit b328452
Show file tree
Hide file tree
Showing 81 changed files with 39 additions and 7 deletions.
36 changes: 33 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,50 @@ export default defineConfig({
collapsed: true,
link: '/guide/create-project/'
},
{
label: 'Core Concepts',
collapsed: true,
autogenerate: { directory: 'concept' },
},
{
label: 'Security',
collapsed: true,
autogenerate: { directory: 'security' },
},
{
label: 'Develop',
collapsed: true,
autogenerate: { directory: 'develop' },
},
{
label: 'Distribute',
collapsed: true,
autogenerate: { directory: 'distribute' },
},
{
label: 'Learn',
collapsed: true,
autogenerate: { directory: 'learn' },
},
{
label: 'Plugins',
collapsed: true,
autogenerate: { directory: 'feature' },
},
{
label: 'Frontend Configuration',
collapsed: true,
autogenerate: { directory: 'guide/frontend' },
autogenerate: { directory: 'frontend' },
},
{
label: 'Upgrade & Migrate',
collapsed: true,
autogenerate: { directory: 'guide/migrate' },
autogenerate: { directory: 'migrate' },
},
{
label: 'About',
collapsed: true,
autogenerate: { directory: 'guide/about' },
autogenerate: { directory: 'about' },
},
]
},
Expand Down
2 changes: 1 addition & 1 deletion public/navigate.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function chapterNavigation() {
case 'ArrowRight':
e.preventDefault();
let nextButton = document.querySelector('a[rel="next"]');
if (!nextButton && window.location.pathname === '/') nextButton = { href: '/start/' };
if (!nextButton && window.location.pathname === '/') nextButton = { href: '/guide/' };

if (nextButton) {
window.location.href = nextButton.href;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Tauri Working Group is the collective framework created to enable this gover
- Domains & Domain Leads
- Teams

![Tauri governance diagram](../../../../assets/about/governance/diagram.svg)
![Tauri governance diagram](@assets/about/governance/diagram.svg)

### Working Group Members

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/content/docs/develop/Debug/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Debug
sidebar:
label: Overview
order: 10
badge:
text: WIP
variant: caution
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Plugins/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Plugin Development
i18nReady: true
sidebar:
label: Overview
order: 10
---

{ /* TODO: Add a CLI section */}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Test
description: Techniques for testing inside and outside the Tauri runtime
sidebar:
order: 1
order: 10
label: Overview
badge:
text: WIP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Mock Tauri APIs
sidebar:
order: 1
order: 10
badge:
text: WIP
variant: caution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b328452

Please sign in to comment.