{"id":15136690,"url":"https://github.com/appwrite/docs","last_synced_at":"2025-12-30T06:08:41.735Z","repository":{"id":37015327,"uuid":"338591350","full_name":"appwrite/docs","owner":"appwrite","description":"The official https://appwrite.io/docs documentation 📝","archived":true,"fork":false,"pushed_at":"2023-09-14T23:10:54.000Z","size":2138,"stargazers_count":83,"open_issues_count":46,"forks_count":117,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-01-15T11:06:56.092Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appwrite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-13T14:22:59.000Z","updated_at":"2024-10-28T16:47:52.000Z","dependencies_parsed_at":"2023-01-17T13:31:44.275Z","dependency_job_id":null,"html_url":"https://github.com/appwrite/docs","commit_stats":null,"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appwrite","download_url":"https://codeload.github.com/appwrite/docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234597573,"owners_count":18857980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-09-26T06:40:39.307Z","updated_at":"2025-09-29T06:30:48.595Z","avatar_url":"https://github.com/appwrite.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Appwrite Docs 📝\n\nThe official [Appwrite Documentation](https://appwrite.io/docs) source code.\n## 🚀 Contributing\n1. Clone the repository\n2. Update, add, or fix current docs\n3. Once content is ready, raise a PR\n\n### Content Guidelines\n- Use proper title hierarchy (h1-h6) and valid HTML\n- All titles must follow the [Chicago style of headline capitalization](https://capitalizemytitle.com/style/Chicago/)\n- External links (not https://appwrite.io) should be opened in a new tab (`target=\"_blank\"`)\n- External links should have an HTML attribute of `rel=\"noopener\"`\n- All filenames should be dash-based and nested in such a way that makes sense\n- All images should be in PNG format and 2600x1400px. Do not include any sensitive data in images. All screenshots of the Appwrite dashboard should support light and dark mode.\n- When creating new content or adjusting docs hierarchy, please consult the Appwrite team by opening a Github Issue in this repository\n\n#### Code Examples\n\nUse the following HTML structure to present code examples:\n\n```html\n\u003cdiv class=\"ide margin-top-small\" data-lang=\"ruby\" data-lang-label=\"Ruby SDK\"\u003e\n    \u003cpre class=\"line-numbers\"\u003e\u003ccode class=\"prism language-ruby\" data-prism\u003e#ruby code here...\u003c/code\u003e\u003c/pre\u003e\n\u003c/div\u003e\n```\n\nAs of writing this, these are the supported languages for code examples:\n\n* Markup\n* CSS\n* CLike\n* JavaScript\n* Bash\n* C#\n* Dart\n* Go\n* GraphQL\n* HTTP\n* Java\n* JSON\n* Kotlin\n* Markup-templating\n* PHP\n* Powershell\n* Python\n* Ruby\n* Swift\n* TypeScript\n* YAML\n\nFor showing examples in multiple languages use the list structure:\n\n```html\n\u003cul class=\"phases clear\" data-ui-phases\u003e\n    \u003cli\u003e\n        \u003ch3\u003eNode.js\u003c/h3\u003e\n        \u003cdiv class=\"ide margin-top-small\" data-lang=\"nodejs\" data-lang-label=\"Node.js SDK\"\u003e\n            \u003cpre class=\"line-numbers\"\u003e\u003ccode class=\"prism language-javascript\" data-prism\u003e// node code here...\u003c/code\u003e\u003c/pre\u003e\n        \u003c/div\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ch3\u003ePHP\u003c/h3\u003e\n\n        \u003cdiv class=\"ide margin-top-small\" data-lang=\"php\" data-lang-label=\"PHP SDK\"\u003e\n            \u003cpre class=\"line-numbers\"\u003e\u003ccode class=\"prism language-php\" data-prism\u003e//php code here..\u003c/code\u003e\u003c/pre\u003e\n        \u003c/div\u003e\n    \u003c/li\u003e\n\u003c/ul\u003e\n```\n\n\u003e 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.\n\n#### Notes\n\nUse the following HTML structure to add important notes inside your docs:\n\n```html\n\u003cdiv class=\"notice\"\u003e\n  \u003ch2\u003eImportant Message\u003c/h2\u003e\n  \u003cp\u003eMessage content here.\u003c/p\u003e\n\u003c/div\u003e\n```\n\n#### Images\n\nUse the following HTML structure to add images. You can also add support for dark and light mode versions (recommended!). If no dark mode is provided, light mode will be the fallback. Don't forget to provide alternative text for user accessibility and a description for each image.\n\n```php\n\u003c?php\n$image = new View(__DIR__.'/../general/image.phtml');\n    echo $image\n        -\u003esetParam('srcLight', '/images-ee/docs/functions-light.png')\n        -\u003esetParam('srcDark', '/images-ee/docs/functions-dark.png')\n        -\u003esetParam('alt', 'Function settings page.')\n        -\u003esetParam('description', 'Function settings page.')\n        -\u003erender();\n?\u003e\n```\n\n## 🤘 Support \nAt any point, if you are stuck, feel free to hop on our [Discord server](https://appwrite.io/discord) to ask questions or seek mentorship!\n\n## Follow Us\nJoin 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.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappwrite%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fdocs/lists"}