8000 Update examples for Swift, Kotlin, Web, Android and Apple by gewenyu99 · Pull Request #4756 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update examples for Swift, Kotlin, Web, Android and Apple #4756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2022

Conversation

gewenyu99
Copy link
Contributor
@gewenyu99 gewenyu99 commented Nov 22, 2022

What does this PR do?

The examples currently on the master branch are incorrectly generated with an incorrect workflow. I updated the examples with the following workflow:

  1. Checkout latest release tag: git checkout 1.1.1
  2. Bring up Appwrite: docker compose build && docker compose up -d
  3. Make sure specs are up to date: docker compose exec appwrite specs --version=1.1.x
  4. Generate SDKs: docker compose exec appwrite sdks
    1. Choose SDK: *
    2. Choose version: 1.1.x
    3. Git push? No
  5. Examples will be generated in docs/examples/1.1.x
  6. Create PR to master
  7. Once merged, in homepage: docker run -itv $PWD:/app composer update appwrite/server-ce --ignore-platform-reqs
  8. Bring up homepage: docker compose build && docker compose up -d --force-recreate

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you added your change to the Changelog?

(The CHANGES.md file tracks all the changes that make it to the main branch. Add your change to this file in the following format)

  • One line description of your PR [#pr_number](Link to your PR)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@gewenyu99 gewenyu99 marked this pull request as ready for review November 22, 2022 19:27
@christyjacob4 christyjacob4 merged commit 8dfdef6 into master Nov 26, 2022
@stnguyen90 stnguyen90 deleted the docs-update-examples branch February 14, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0