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

Update docs-contribute.mdx #17304

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/contribute/docs-contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import fork from '/snippets/fork.mdx'

We use [Mintlify](https://mintlify.com/) to host and build the Prefect documentation.

The main branch of the [prefecthq/prefect](https://github.com/PrefectHQ/prefect) GitHub repository is used to build the Prefect 3.0 docs at [docs-3.prefect.io](https://docs-3.prefect.io).
The main branch of the [prefecthq/prefect](https://github.com/PrefectHQ/prefect) GitHub repository is used to build the Prefect docs at [docs.prefect.io](https://docs.prefect.io).

The 2.x docs are hosted at [docs-2.prefect.io](https://docs-2.prefect.io) and built from the 2.x branch of the repository.

Expand All @@ -21,7 +21,7 @@ The 2.x docs are hosted at [docs-2.prefect.io](https://docs-2.prefect.io) and bu
Make sure you have a recent version of Node.js installed.
We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage Node.js versions.

1. Clone this repository.
1. Clone the Prefect repository.
2. Run `cd docs` to navigate to the docs directory.
3. Run `nvm use node` to use the correct Node.js version.
4. Run `npm i -g mintlify` to install Mintlify.
Expand Down Expand Up @@ -53,4 +53,4 @@ import { deployments } from "/snippets/resource-management/vars.mdx"
<TF name="deployments" href={deployments.tf} />
```

For more information on how to use snippets, see the [Mintlify documentation](https://mintlify.com/docs/reusable-snippets).
For more information on how to use snippets, see the [Mintlify documentation](https://mintlify.com/docs/reusable-snippets).