diff --git a/Home.md b/Home.md index 170ed23..4ba5bab 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,3 @@ -> NOTE: for the next few hours, this wiki will be under construction. - # Tauri Documentation This wiki documentation is a WIP, and will be transferred to a dedicated documentation site **in the very near future**.™️ Our decision to use the wiki format was made in order to enable the working groups to rapidly iterate on the contents. @@ -12,25 +10,25 @@ If you find an error and would like to propose an improvement, you have several It is primarily written from the perspective of enabling contributors to understand how Tauri works under the hood. Nevertheless, it should also be instructive for anyone interested in implementing Tauri in their own projects. ### General Contents -1. [Introduction]() -2. [Linux Setup]() -3. [MacOS Setup]() -4. [MS Windows Setup]() -5. [Tauri Integration]() -6. [App Development]() -7. [App Publishing]() -8. [App Debugging]() +1. [Introduction](https://github.com/tauri-apps/tauri/wiki/01.-Introduction) +2. [Linux Setup](https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup) +3. [MacOS Setup](https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup) +4. [MS Windows Setup](https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup) +5. [Tauri Integration](https://github.com/tauri-apps/tauri/wiki/05.-Tauri-Integration) +6. [App Development](https://github.com/tauri-apps/tauri/wiki/06.-App-Development) +7. [App Publishing](https://github.com/tauri-apps/tauri/wiki/07.-App-Publishing) +8. [App Debugging](https://github.com/tauri-apps/tauri/wiki/08.-App-Debugging) ### Reference Sheets -9. [Modes]() -10. [Icons]() -11. [API]() -12. [CLI]() -13. [Bundler]() +9. [Modes](https://github.com/tauri-apps/tauri/wiki/09.-Modes) +10. [Icons](https://github.com/tauri-apps/tauri/wiki/10.-Icons) +11. [API](https://github.com/tauri-apps/tauri/wiki/11.-API) +12. [CLI](https://github.com/tauri-apps/tauri/wiki/12.-CLI) +13. [Bundler](https://github.com/tauri-apps/tauri/wiki/13.-Bundler) ### For Contributors -14. [Contributor Introduction]() -15. [Detailed Flow]() -16. [Continuous Integration]() -### TODO: +14. [Contributor Introduction](https://github.com/tauri-apps/tauri/wiki/14.-Contributor-Introduction) +15. [Detailed Flow](https://github.com/tauri-apps/tauri/wiki/15.-Detailed-Flow) +16. [Continuous Integration](https://github.com/tauri-apps/tauri/wiki/16.-Continuous-Integration) +### To Do 17. [Testing]() 18. [Security]() 19. [Ecosystem Notes]()