Skip to content

Commit

Permalink
Migrate References (#1758)
Browse files Browse the repository at this point in the history
* add recipe drafts

Signed-off-by: Lorenzo Lewis <[email protected]>

* Add concepts

Signed-off-by: Lorenzo Lewis <[email protected]>

* Add IPC page

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "Add concepts"

This reverts commit e5f0427.

Signed-off-by: Lorenzo Lewis <[email protected]>

* fix broken link

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "fix broken link"

This reverts commit d025b61.

Signed-off-by: Lorenzo Lewis <[email protected]>

* Add diagram SVGs

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "Add diagram SVGs"

This reverts commit c502f22.

Signed-off-by: Lorenzo Lewis <[email protected]>

* add webview versions

Signed-off-by: Lorenzo Lewis <[email protected]>

* Add configuration files concept

Signed-off-by: Lorenzo Lewis <[email protected]>

* Add reference index

Signed-off-by: Lorenzo Lewis <[email protected]>

* Update sidebar

Signed-off-by: Lorenzo Lewis <[email protected]>

* Update concept TOC

Signed-off-by: Lorenzo Lewis <[email protected]>

* Move configuration files to references

Signed-off-by: Lorenzo Lewis <[email protected]>

* Add redirects

Signed-off-by: Lorenzo Lewis <[email protected]>

* Update references sidebar

Signed-off-by: Lorenzo Lewis <[email protected]>

* update architecture links

Signed-off-by: Lorenzo Lewis <[email protected]>

* Update link format

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "Update link format"

This reverts commit 480e98e.

Signed-off-by: Lorenzo Lewis <[email protected]>

* Update redirects

Signed-off-by: Lorenzo Lewis <[email protected]>

* fix broken link

Signed-off-by: Lorenzo Lewis <[email protected]>

---------

Signed-off-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
lorenzolewis authored Dec 20, 2023
1 parent e99c922 commit f862f8b
Show file tree
Hide file tree
Showing 24 changed files with 1,713 additions and 0 deletions.
24 changes: 24 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ export default defineConfig({
{
label: 'References',
items: [
{
label: 'List of References',
link: '/references',
},
{
label: 'Tauri Configuration',
link: '2/reference/config',
Expand Down Expand Up @@ -238,6 +242,26 @@ export default defineConfig({
'/v1/guides/development/updating-dependencies',
'/guides/develop/updating-dependencies'
),
// v1 /references
...i18nRedirect('/v1/references', '/concepts'),
...i18nRedirect('/v1/references/architecture', '/concepts/architecture'),
...i18nRedirect('/v1/references/architecture/process-model', '/concepts/process-model'),
...i18nRedirect('/v1/references/architecture/security', '/concepts/tauri-security'),
...i18nRedirect(
'/v1/references/architecture/inter-process-communication',
'/concepts/inter-process-communication'
),
...i18nRedirect(
'/v1/references/architecture/inter-process-communication/brownfield',
'/concepts/inter-process-communication/brownfield'
),
...i18nRedirect(
'/v1/references/architecture/inter-process-communication/isolation',
'/concepts/inter-process-communication/isolation'
),
...i18nRedirect('/v1/references/security', '/concepts/development-security'),
...i18nRedirect('/v1/references/configuration-files', '/references/configuration-files'),
...i18nRedirect('/v1/references/webview-versions', '/references/webview-versions'),
// Decommissioned locales
'/ko/[...slug]': '/[...slug]',
'/it/[...slug]': '/[...slug]',
Expand Down
1 change: 1 addition & 0 deletions src/assets/concepts/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/concepts/commands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/concepts/events.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f862f8b

Please sign in to comment.