Skip to content

Commit f0f78a1

Browse files
committed
fix: docs-next is now docs
vuejs/docs@f3eb270 close #433
1 parent 8a00fe0 commit f0f78a1

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1. リポジトリをクローンします
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. 依存ファイルをインストールします

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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ module.exports = {
433433
text: '한국어',
434434
link: 'https://v3.ko.vuejs.org/'
435435
},
436+
// {
437+
// text: '日本語',
438+
// link: 'https://v3.ja.vuejs.org/'
439+
// },
436440
{
437441
text: 'Русский',
438442
link: 'https://v3.ru.vuejs.org/'
@@ -471,7 +475,8 @@ module.exports = {
471475
carbon: 'CEBDT27Y',
472476
custom: 'CKYD62QM',
473477
placement: 'vuejsorg'
474-
}
478+
},
479+
topBanner: false
475480
},
476481
plugins: [
477482
[

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)