Skip to content

Commit

Permalink
Update repo in docs contribution guide
Browse files Browse the repository at this point in the history
Since we're using gravitational/docs now, this updates mentions of
gravitational/next.
  • Loading branch information
ptgott committed Mar 31, 2022
1 parent 363ba15 commit 5a03e1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/pages/contributing/documentation/how-to-contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ description: Follow this guide to get started contributing changes to Teleport's
This guide describes the general workflow for making documentation changes

## Step 1/4 Set up your local environment
Clone the `gravitational/next` repository via `git clone`:
Clone the `gravitational/docs` repository via `git clone`:

```code
$ git clone https://github.com/gravitational/next
$ git clone https://github.com/gravitational/docs
```

Different versions of the documentation are organized into the `content` directory of `gravitational/next`. Each subdirectory of `content` includes a git submodule for a different branch of `gravitational/teleport`.
Different versions of the documentation are organized into the `content` directory of `gravitational/docs`. Each subdirectory of `content` includes a git submodule for a different branch of `gravitational/teleport`.

Navigate to the root of your local clone of the `gravitational/next` repository and run the following command to populate the `content` directory:
Navigate to the root of your local clone of the `gravitational/docs` repository and run the following command to populate the `content` directory:

```code
$ git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/contributing/documentation/issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ You can help us estimate the time it will take to plan or review a change by add
|:---|:---|
|docs-new|Requires creating a new docs page|
|docs-edit|Requires editing an existing docs page (perhaps substantially)|
|docs-plumbing|Changes to how we build, display, and deploy the docs—may involve [gravitational/next](https://github.com/gravitational/next)|
|docs-plumbing|Changes to how we build, display, and deploy the docs—may involve [gravitational/docs](https://github.com/gravitational/docs)|
|docs-minor-tweak|Straightforward change to a single paragraph or code snippet|
|docs-assess-scope|Need to assess the scope of the project before starting work|

0 comments on commit 5a03e1f

Please sign in to comment.