Skip to content

翻訳以外の追従 #304

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

Merged
merged 14 commits into from
May 2, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is

See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.

> The docs are in beta: The team is currently in the midst of changes and we are not ready for additional contributions yet. All content is subject to change. If you see a problem that you would like to bring to our attention, please [create an issue](https://github.com/vuejs/docs-next/issues/new) and we will get to it when we can. You may want to wait until the content is finalized, though.

## Developing

1. Clone repository
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"devDependencies": {
"@vuepress/plugin-pwa": "^1.5.4",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"shelljs": "^0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/components/common/vuemastery-video-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
style="padding: 56.25% 0 0 0; position: relative;"
>
<iframe
src="https://player.vimeo.com/video/247494684?dnt=1"
src="https://player.vimeo.com/video/455611549?dnt=1"
style="height: 100%; left: 0; position: absolute; top: 0; width: 100%; margin: 0"
frameborder="0"
webkitallowfullscreen
Expand All @@ -27,7 +27,7 @@
>Vue Mastery</a
>. Watch Vue Mastery’s free
<a
href="https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance/"
href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3"
target="_blank"
rel="sponsored noopener"
title="Vue.js Courses on Vue Mastery"
Expand Down
22 changes: 16 additions & 6 deletions src/.vuepress/components/community/team/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ const members = [
languages: ['hi', 'en'],
work: {
role: 'Software Engineer',
org: 'Myntra',
orgUrl: 'https://www.myntra.com/'
org: 'Grammarly',
orgUrl: 'https://grammarly.com/'
},
github: 'znck',
twitter: 'znck0',
reposOfficial: ['rollup-plugin-vue', 'vue-issue-helper'],
reposPersonal: ['keynote', 'bootstrap-for-vue', 'vue-interop'],
links: ['https://znck.me', 'https://www.codementor.io/znck']
reposOfficial: ['rollup-plugin-vue', 'vue-next'],
reposPersonal: ['vue-developer-experience', 'prop-types', 'grammarly'],
links: ['https://znck.me']
},
{
name: 'Linusborg',
Expand Down Expand Up @@ -252,7 +252,7 @@ const members = [
languages: ['uk', 'ru', 'en'],
reposOfficial: ['vuejs.org', 'vue-cli'],
work: {
role: 'Senior Frontend Engineer',
role: 'Staff Frontend Engineer',
org: 'GitLab',
orgUrl: 'https://gitlab.com/'
},
Expand Down Expand Up @@ -299,6 +299,16 @@ const members = [
twitter: 'KiaKing85',
reposOfficial: ['vuex'],
reposPersonal: ['vuex-orm/*']
},
{
name: 'Anthony Fu',
city: 'Taipei, Taiwan',
languages: ['zh', 'en'],
github: 'antfu',
twitter: 'antfu7',
reposOfficial: ['composition-api'],
reposPersonal: ['vueuse', 'vue-demi', 'vue-reactivity/*'],
links: ['https://antfu.me/']
}
])
)
Expand Down
48 changes: 24 additions & 24 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const sidebar = {
'/api/global-api',
{
title: 'オプション',
// path: '/api/options-api',
path: '/api/options-api',
collapsable: false,
children: [
'/api/options-data',
Expand All @@ -142,7 +142,7 @@ const sidebar = {
'/api/built-in-components.md',
{
title: 'リアクティビティ API',
// path: '/api/reactivity-api',
path: '/api/reactivity-api',
collapsable: false,
children: [
'/api/basic-reactivity',
Expand Down Expand Up @@ -261,28 +261,28 @@ module.exports = {
href: '/logo.png'
}
],
// ['link', { rel: 'manifest', href: '/manifest.json' }],
// ['meta', { name: 'theme-color', content: '#3eaf7c' }],
// ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
// [
// 'meta',
// { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }
// ],
// [
// 'link',
// {
// rel: 'apple-touch-icon',
// href: '/images/icons/apple-icon-152x152.png'
// }
// ],
// [
// 'meta',
// {
// name: 'msapplication-TileImage',
// content: '/images/icons/ms-icon-144x144.png'
// }
// ],
// ['meta', { name: 'msapplication-TileColor', content: '#000000' }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['meta', { name: 'theme-color', content: '#3eaf7c' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
[
'meta',
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black' }
],
[
'link',
{
rel: 'apple-touch-icon',
href: '/images/icons/apple-icon-152x152.png'
}
],
[
'meta',
{
name: 'msapplication-TileImage',
content: '/images/icons/ms-icon-144x144.png'
}
],
['meta', { name: 'msapplication-TileColor', content: '#000000' }],
[
'script',
{
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/public/images/css-vs-js-ease.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/images/icons/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/images/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/images/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/images/icons/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/.vuepress/public/images/sponsors/laravel.png
35 changes: 35 additions & 0 deletions src/.vuepress/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Vue.js",
"short_name": "Vue.js",
"start_url": ".",
"display": "standalone",
"background_color": "#3eaf7c",
"description": "Vue.js framework documentation",
"icons": [
{
"src": "images/icons/android-icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "images/icons/android-icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/icons/android-icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/icons/apple-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icons/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}
6 changes: 3 additions & 3 deletions src/.vuepress/theme/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<SearchBox
v-if="
isAlgoliaSearch === false &&
!(
(
$site.themeConfig.search !== false &&
$page.frontmatter.search !== false
)
Expand Down Expand Up @@ -68,7 +68,7 @@ export default {
},

isAlgoliaSearch() {
return this.algolia && this.algolia.apiKey && this.algolia.indexName
return !!(this.algolia && this.algolia.apiKey && this.algolia.indexName)
}
},

Expand Down Expand Up @@ -108,7 +108,7 @@ $navbar-horizontal-padding = 1.5rem;
padding: $navbar-vertical-padding $navbar-horizontal-padding;
line-height: $navbarHeight - 1.4rem;

a, span, img {
a, img {
display: inline-block;
}

Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/theme/components/Newsletter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
transition: all 0.15s ease;
box-sizing: border-box;
border: 1px solid currentColor;
appearance: none;
}
}
</style>
Loading