Skip to content

Commit e664cbc

Browse files
committed
fix: title inference / header extraction logic (vuejs#238)
2 parents 5c1e7a4 + 45b4ba6 commit e664cbc

File tree

165 files changed

+4437
-2144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+4437
-2144
lines changed

.all-contributorsrc

Lines changed: 17 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"projectName": "VuePress",
3-
"projectOwner": "Ulivz",
2+
"projectName": "vuepress",
3+
"projectOwner": "vuejs",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [
@@ -10,44 +10,6 @@
1010
"commit": false,
1111
"commitConvention": "none",
1212
"contributors": [
13-
{
14-
"login": "yyx990803",
15-
"name": "Evan You",
16-
"avatar_url": "https://avatars1.githubusercontent.com/u/499550?v=4",
17-
"profile": "http://evanyou.me",
18-
"contributions": [
19-
"code"
20-
]
21-
},
22-
{
23-
"login": "ulivz",
24-
"name": "ULIVZ",
25-
"avatar_url": "https://avatars1.githubusercontent.com/u/23133919?v=4",
26-
"profile": "http://ulivz.com",
27-
"contributions": [
28-
"code",
29-
"doc"
30-
]
31-
},
32-
{
33-
"login": "kefranabg",
34-
"name": "Franck Abgrall",
35-
"avatar_url": "https://avatars3.githubusercontent.com/u/9840435?v=4",
36-
"profile": "https://www.franck-abgrall.me/",
37-
"contributions": [
38-
"code",
39-
"question"
40-
]
41-
},
42-
{
43-
"login": "f3ltron",
44-
"name": "Giraud Florent",
45-
"avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4",
46-
"profile": "https://github.com/f3ltron",
47-
"contributions": [
48-
"code"
49-
]
50-
},
5113
{
5214
"login": "newsbielt703",
5315
"name": "Billyyyyy3320",
@@ -64,37 +26,17 @@
6426
"profile": "http://www.bencodezen.io",
6527
"contributions": [
6628
"code",
67-
"blog"
68-
]
69-
},
70-
{
71-
"login": "vicbergquist",
72-
"name": "Victoria Bergquist",
73-
"avatar_url": "https://avatars0.githubusercontent.com/u/25737281?v=4",
74-
"profile": "https://twitter.com/vicbergquist",
75-
"contributions": [
76-
"code",
77-
"design"
78-
]
79-
},
80-
{
81-
"login": "sarahdayan",
82-
"name": "Sarah Dayan",
83-
"avatar_url": "https://avatars0.githubusercontent.com/u/5370675?v=4",
84-
"profile": "https://frontstuff.io/",
85-
"contributions": [
86-
"code",
87-
"doc"
29+
"doc",
30+
"question"
8831
]
8932
},
9033
{
91-
"login": "sobolevn",
92-
"name": "Nikita Sobolev",
93-
"avatar_url": "https://avatars1.githubusercontent.com/u/4660275?v=4",
94-
"profile": "https://sobolevn.me",
34+
"login": "meteorlxy",
35+
"name": "meteorlxy",
36+
"avatar_url": "https://avatars0.githubusercontent.com/u/18205362?s=400&v=4",
37+
"profile": "https://github.com/meteorlxy",
9538
"contributions": [
96-
"code",
97-
"doc"
39+
"code"
9840
]
9941
},
10042
{
@@ -103,45 +45,18 @@
10345
"avatar_url": "https://avatars0.githubusercontent.com/u/945186?v=4",
10446
"profile": "https://twitter.com/CodesOfRa",
10547
"contributions": [
106-
"code"
107-
]
108-
},
109-
{
110-
"login": "fatihacet",
111-
"name": "Fatih Acet",
112-
"avatar_url": "https://avatars3.githubusercontent.com/u/712419?v=4",
113-
"profile": "https://fatihacet.com",
114-
"contributions": [
115-
"code"
116-
]
117-
},
118-
{
119-
"login": "filrak",
120-
"name": "Filip Rakowski",
121-
"avatar_url": "https://avatars2.githubusercontent.com/u/15185752?v=4",
122-
"profile": "https://rakowski.dev",
123-
"contributions": [
124-
"code"
125-
]
126-
},
127-
{
128-
"login": "farcaller",
129-
"name": "Vladimir Pouzanov",
130-
"avatar_url": "https://avatars2.githubusercontent.com/u/693?v=4",
131-
"profile": "http://farcaller.net/",
132-
"contributions": [
133-
"code"
48+
"code",
49+
"doc"
13450
]
13551
},
136-
{
137-
"login": "vinayakkulkarni",
138-
"name": "Vinayak Kulkarni",
139-
"avatar_url": "https://avatars2.githubusercontent.com/u/19776877?v=4",
140-
"profile": "https://twitter.com/_vinayak_k",
52+
{
53+
"login": "kefranabg",
54+
"name": "Franck Abgrall",
55+
"avatar_url": "https://avatars3.githubusercontent.com/u/9840435?v=4",
56+
"profile": "https://www.franck-abgrall.me/",
14157
"contributions": [
142-
"plugin",
14358
"code",
144-
"blog"
59+
"question"
14560
]
14661
}
14762
],

.circleci/config.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.commitlintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
'always',
1414
[
1515
'cli',
16+
'zh',
1617
...VuepressPackages
1718
].map(name => `$${name}`)
1819
]

.dependabot/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 1
2+
update_configs:
3+
# Keep package.json (& lockfiles) up to date as soon as
4+
# new versions are published to the npm registry
5+
- package_manager: "javascript"
6+
directory: "/"
7+
update_schedule: "live"
8+
# Apply default reviewer and label to created
9+
# pull requests
10+
default_reviewers:
11+
- "bencodezen"
12+
default_labels:
13+
- "dependencies"
14+
commit_message:
15+
prefix: "fix"
16+
prefix_development: "chore"
17+
include_scope: true

0 commit comments

Comments
 (0)