Skip to content
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

1.5.x docs #440

Closed
wants to merge 96 commits into from
Closed

1.5.x docs #440

wants to merge 96 commits into from

Conversation

gewenyu99
Copy link
Contributor

@gewenyu99 gewenyu99 commented Dec 21, 2023

What does this PR do?

  • remember to revert changes in the markdown.render() try catch, that was used to allow previews to build.

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 read the Contributing Guidelines on issues?

(Write your answer here.)

Copy link

render bot commented Dec 21, 2023

Copy link

vercel bot commented Dec 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ❌ Failed (Inspect) Dec 21, 2023 2:29am

loks0n and others added 2 commits December 21, 2023 23:34
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
Copy link

render bot commented Jan 19, 2024

Here are the steps to implement MFA in your application.

{% section #enable-mfa step=1 title="Enable MFA on an account" %}
[TODO @TorstenDittmann need some advice here, what's the steps?]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TorstenDittmann this is the MFA journey docs we added. Please take a look. Need help double checking the flow + the missing auth methods :)


{% multicode %}
```js
const { Client, Account } from "appwrite";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gewenyu99 This should be:

const { Client, Account } from "node-appwrite";


```html
<script type='module'>
import { Client, Account } from "appwrite"; // Using the client SDK
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here @gewenyu99 :

import { Client, Account } from "node-appwrite"; // Using the server SDK

@gewenyu99 gewenyu99 closed this Feb 12, 2024
@gewenyu99 gewenyu99 reopened this Feb 12, 2024
Copy link

render bot commented Feb 12, 2024

@gewenyu99 gewenyu99 closed this Feb 14, 2024
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.

5 participants