|
5 | 5 | "previous": "Previous", |
6 | 6 | "tagline": "A website for testing", |
7 | 7 | "docs": { |
| 8 | + "api": { |
| 9 | + "title": "API", |
| 10 | + "sidebar_label": "API" |
| 11 | + }, |
| 12 | + "config": { |
| 13 | + "title": "Configuration", |
| 14 | + "sidebar_label": "Configuration" |
| 15 | + }, |
| 16 | + "development": { |
| 17 | + "title": "App development", |
| 18 | + "sidebar_label": "App development" |
| 19 | + }, |
8 | 20 | "doc1": { |
9 | 21 | "title": "Latin-ish", |
10 | 22 | "sidebar_label": "Example Page" |
|
20 | 32 | }, |
21 | 33 | "doc5": { |
22 | 34 | "title": "Fifth Document" |
| 35 | + }, |
| 36 | + "identity": { |
| 37 | + "title": "App identity", |
| 38 | + "sidebar_label": "App identity" |
| 39 | + }, |
| 40 | + "integration": { |
| 41 | + "title": "Tauri integration", |
| 42 | + "sidebar_label": "Tauri integration" |
| 43 | + }, |
| 44 | + "intro": { |
| 45 | + "title": "Introduction" |
| 46 | + }, |
| 47 | + "js-rust-bridge": { |
| 48 | + "title": "JS/Rust bridge", |
| 49 | + "sidebar_label": "JS/Rust bridge" |
| 50 | + }, |
| 51 | + "patterns": { |
| 52 | + "title": "Patterns", |
| 53 | + "sidebar_label": "Patterns" |
| 54 | + }, |
| 55 | + "publishing": { |
| 56 | + "title": "App publishing", |
| 57 | + "sidebar_label": "App publishing" |
| 58 | + }, |
| 59 | + "setup-linux": { |
| 60 | + "title": "Setup for Linux", |
| 61 | + "sidebar_label": "Setup for Linux" |
| 62 | + }, |
| 63 | + "setup-macos": { |
| 64 | + "title": "Setup for MacOS", |
| 65 | + "sidebar_label": "Setup for MacOS" |
| 66 | + }, |
| 67 | + "setup-windows": { |
| 68 | + "title": "Setup for Windows", |
| 69 | + "sidebar_label": "Setup for Windows" |
| 70 | + }, |
| 71 | + "tauri": { |
| 72 | + "title": "Tauri crate", |
| 73 | + "sidebar_label": "Tauri crate" |
| 74 | + }, |
| 75 | + "usage": { |
| 76 | + "title": "Usage", |
| 77 | + "sidebar_label": "Usage" |
23 | 78 | } |
24 | 79 | }, |
25 | 80 | "links": { |
26 | | - "Docs": "Docs", |
27 | | - "API": "API", |
28 | | - "Help": "Help", |
29 | | - "Blog": "Blog" |
| 81 | + "About": "About", |
| 82 | + "Docs": "Docs" |
30 | 83 | }, |
31 | 84 | "categories": { |
32 | | - "Docusaurus": "Docusaurus", |
33 | | - "First Category": "First Category", |
34 | | - "Second Category": "Second Category" |
| 85 | + "Getting started": "Getting started", |
| 86 | + "Usage": "Usage", |
| 87 | + "API": "API" |
35 | 88 | } |
36 | 89 | }, |
37 | 90 | "pages-strings": { |
| 91 | + "Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)|no description given": "Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)", |
| 92 | + "Browse Docs|no description given": "Browse Docs", |
| 93 | + "Ask questions about the documentation and project|no description given": "Ask questions about the documentation and project", |
| 94 | + "Join the community|no description given": "Join the community", |
| 95 | + "Find out what's new with this project|no description given": "Find out what's new with this project", |
| 96 | + "Stay up to date|no description given": "Stay up to date", |
| 97 | + "Need help?|no description given": "Need help?", |
| 98 | + "This project is maintained by a dedicated group of people.|statement made to reader": "This project is maintained by a dedicated group of people.", |
38 | 99 | "Help Translate|recruit community translators for your project": "Help Translate", |
39 | 100 | "Edit this Doc|recruitment message asking to edit the doc source": "Edit", |
40 | 101 | "Translate this Doc|recruitment message asking to translate the docs": "Translate" |
|
0 commit comments