From 5bbaae7414cfc57094f877d05e39389aa3038597 Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Fri, 25 Nov 2022 17:22:35 +1100 Subject: [PATCH 1/3] fix markdown formatting --- README.md | 54 +++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 0fd554345..fe98ab8a0 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # The Appwrite Docs 📝 The official [Appwrite Documentation](https://appwrite.io/docs) source code. + ## 🚀 Contributing + 1. Clone the repository 2. Update, add, or fix current docs 3. Once content is ready, raise a PR ### Content Guidelines + - Use proper title hierarchy (h1-h6) and valid HTML - All titles must follow the [Chicago style of headline capitalization](https://capitalizemytitle.com/style/Chicago/) -- External links (not https://appwrite.io) should be opened in a new tab (`target="_blank"`) +- External links (not [appwrite.io](https://appwrite.io)) should be opened in a new tab (`target="_blank"`) - External links should have an HTML attribute of `rel="noopener"` - All filenames should be dash-based and nested in a way that makes sense - All images should be in PNG format and 2600x1400px. Do not include any sensitive data in images. All screenshot of the Appwrite dashboard should support light and dark mode. @@ -27,27 +30,27 @@ Use the following HTML structure to present code examples: As of writing this, these are the supported languages for code examples: -* Markup -* CSS -* CLike -* JavaScript -* Bash -* C# -* Dart -* Go -* GraphQL -* HTTP -* Java -* JSON -* Kotlin -* Markup-templating -* PHP -* Powershell -* Python -* Ruby -* Swift -* TypeScript -* YAML +- Markup +- CSS +- CLike +- JavaScript +- Bash +- C# +- Dart +- Go +- GraphQL +- HTTP +- Java +- JSON +- Kotlin +- Markup-templating +- PHP +- Powershell +- Python +- Ruby +- Swift +- TypeScript +- YAML For showing examples in multiple languages use the list structure: @@ -69,7 +72,7 @@ For showing examples in multiple languages use the list structure: ``` -> Don't forget to use proper indenting for all code examples. The indenting of the code examples should be independent from the indentation of the surrounding HTML tags. +> **Note** Don't forget to use proper indenting for all code examples. The indenting of the code examples should be independent from the indentation of the surrounding HTML tags. #### Notes @@ -98,9 +101,10 @@ $image = new View(__DIR__.'/../general/image.phtml'); ?> ``` -## 🤘 Support +## 🤘 Support + At any point, if you are stuck, feel free to hop on our [Discord server](https://appwrite.io/discord) to ask questions or seek mentorship! ## Follow Us -Join our growing community around the world! See our official [Blog](https://medium.com/appwrite-io). Follow us on [Twitter](https://twitter.com/appwrite), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/) , [DEV Community](https://dev.to/appwrite) or join our live [Discord server](https://discord.gg/GSeTUeA) for more help, ideas, and discussions. +Join our growing community around the world! See our official [Blog](https://medium.com/appwrite-io). Follow us on [Twitter](https://twitter.com/appwrite), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/) , [DEV Community](https://dev.to/appwrite) or join our live [Discord server](https://discord.gg/GSeTUeA) for more help, ideas, and discussions. From 4afdbb306a0affb210e48bbbfb1169046f98da4d Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Fri, 25 Nov 2022 22:15:16 +1100 Subject: [PATCH 2/3] I wrote a quick search function in PHP --- app/search.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/search.php diff --git a/app/search.php b/app/search.php new file mode 100644 index 000000000..093be6aa6 --- /dev/null +++ b/app/search.php @@ -0,0 +1,23 @@ + Date: Fri, 25 Nov 2022 22:19:03 +1100 Subject: [PATCH 3/3] need new branch --- app/search.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 app/search.php diff --git a/app/search.php b/app/search.php deleted file mode 100644 index 093be6aa6..000000000 --- a/app/search.php +++ /dev/null @@ -1,23 +0,0 @@ -