Skip to content

Commit f3eb270

Browse files
authored
fix: docs-next is now docs (#1118)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
1 parent 1ab770c commit f3eb270

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html)
1111
1. Clone repository
1212

1313
```bash
14-
git clone git@github.com:vuejs/docs-next.git
14+
git clone git@github.com:vuejs/docs.git
1515
```
1616

1717
2. Install dependencies

src/.vuepress/components/guide/contributing/translations-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const labels = {
1111
// Repos are in alphabetical order by the language code
1212
// You may need to clear your sessionStorage when adding a new item to this list
1313
export const repos = [
14-
{ lang: 'en-us', owner: 'vuejs', repo: 'docs-next', branch: 'master', url: 'https://v3.vuejs.org/' },
14+
{ lang: 'en-us', owner: 'vuejs', repo: 'docs', branch: 'master', url: 'https://v3.vuejs.org/' },
1515
{ lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' },
1616
{ lang: 'id', owner: 'vuejs-id', repo: 'docs-next', branch: 'indonesian' },
1717
{ lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' },

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ module.exports = {
448448
]
449449
}
450450
],
451-
repo: 'vuejs/docs-next',
451+
repo: 'vuejs/docs',
452452
editLinks: false,
453453
editLinkText: 'Edit this on GitHub!',
454454
lastUpdated: 'Last updated',

src/guide/contributing/translations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Thank you to everyone who has contributed to these translations. Your hard work
1616

1717
## How can I get involved with translations?
1818

19-
The first step is to check whether there is an existing translation for the relevant language. In addition to the table above, a good place to start is [this pinned issue](https://github.com/vuejs/docs-next/issues/478), which is used to keep track of the various translation initiatives happening in the community.
19+
The first step is to check whether there is an existing translation for the relevant language. In addition to the table above, a good place to start is [this pinned issue](https://github.com/vuejs/docs/issues/478), which is used to keep track of the various translation initiatives happening in the community.
2020

2121
If there's already an active translation then there are various ways you can help out. The GitHub repository should be a good place to start gathering information about how a particular translation is managed and who does what. All translation repositories should allow you to file issues and open Pull Requests if you have suggestions for improving the translation.
2222

@@ -32,7 +32,7 @@ The documentation is constantly being updated. Many changes are small and don't
3232

3333
When you first start a translation, you may want to use a personal GitHub repository. That's fine, so long as it's publicly accessible and open to contributions from others. Make sure the *Issues* tab is enabled in the repository's settings. You can migrate the repository to a shared organization at a later stage.
3434

35-
Once you start a translation, be sure to add it to [the pinned issue](https://github.com/vuejs/docs-next/issues/478) so that the rest of the community can find it.
35+
Once you start a translation, be sure to add it to [the pinned issue](https://github.com/vuejs/docs/issues/478) so that the rest of the community can find it.
3636

3737
We also encourage you to update the root-level `README.md` at an early stage. Most translations add extra information to help potential contributors get involved.
3838

0 commit comments

Comments
 (0)