Explorar el Código

feat(docs) add PDFs (#24)

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
nothingismagick hace 6 años
padre
commit
022f6a370c

+ 3 - 2
README.md

@@ -191,7 +191,6 @@ Ask complicated questions at the official community forum:
 [https://forum.quasar.dev](https://forum.quasar.dev)
 
 ## Contributing
-
 Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) 
 before making a pull request. If you have a Quasar-related 
 project/component/tool, add it with a pull request to 
@@ -199,11 +198,13 @@ project/component/tool, add it with a pull request to
 
 Thank you to all the people who already <a href="https://github.com/quasarframework/tauri/graphs/contributors">contributed to Tauri</a>!
 
+Special thanks to the development team at Volentix Labs for the encouragement and support in the early phases of Tauri, notably Rhys Parry and Gregory Luneau.
+
 ## Semver
 quasarframework/tauri is following [Semantic Versioning 2.0](https://semver.org/).
 
 ## Licenses
-Code: (c) 2015- 2019 - Daniel Thompson-Yvetot, Razvan Stoenescu, Lucas Nogueira, Boscop, Serge Zaitsev, George Burton and contributors.
+Code: (c) 2015 - 2019 - Daniel Thompson-Yvetot, Razvan Stoenescu, Lucas Nogueira, Tensor, Boscop, Serge Zaitsev, George Burton and all the other amazing contributors.
 
 MIT or MIT/Apache where applicable.
 

+ 9 - 1
docs/README.md

@@ -1 +1,9 @@
-[WIP]
+# Coming soon. 
+
+The online docs for Tauri. Until then check out these pretty sweet one-pagers.
+
+- [Lifecycle](./one-pagers/tauri_system_lifecycle.pdf)
+- [Architectural Patterns](./one-pagers/tauri_patterns.pdf)
+- [More Secure by Design](./one-pagers/tauri_system_secureByDesign.pdf)
+- [Case Study: Cryprographic Enclave](./one-pagers/tauri_system_cryptoGraphicEnclave.pdf)
+- [Better than Electron](./one-pagers/tauri_better_than_electron.pdf)

BIN
docs/one-pagers/tauri_better_than_electron.pdf


BIN
docs/one-pagers/tauri_patterns.pdf


BIN
docs/one-pagers/tauri_system_cryptoGraphicEnclave.pdf


BIN
docs/one-pagers/tauri_system_lifecycle.pdf


BIN
docs/one-pagers/tauri_system_secureByDesign.pdf