Skip to content

Commit a033cca

Browse files
author
Peter Huene
authored
Merge pull request #20 from peterhuene/update-main-branch
Update branch references to main.
2 parents 2fd8789 + 500b4bd commit a033cca

File tree

3 files changed

+62
-71
lines changed

3 files changed

+62
-71
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
tags-ignore: [dev]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
schedule:
99
- cron: '0 0 * * *' # run at 00:00 UTC
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/nuget/v/wasmtime" alt="Latest Version"/>
1717
</a>
1818
<a href="https://bytecodealliance.github.io/wasmtime-dotnet/">
19-
<img src="https://img.shields.io/badge/docs-master-green" alt="Documentation"/>
19+
<img src="https://img.shields.io/badge/docs-main-green" alt="Documentation"/>
2020
</a>
2121
</p>
2222

docs/docfx.json

Lines changed: 59 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,63 @@
11
{
2-
"metadata": [
3-
{
4-
"src": [
5-
{
6-
"src": "..",
7-
"files": [
8-
"src/**.csproj"
9-
]
10-
}
11-
],
12-
"dest": "api",
13-
"disableGitFeatures": false,
14-
"disableDefaultFilter": false
15-
}
16-
],
17-
"build": {
18-
"content": [
19-
{
20-
"files": [
21-
"api/**.yml",
22-
"api/index.md"
23-
]
24-
},
25-
{
26-
"files": [
27-
"articles/**.md",
28-
"articles/**/toc.yml",
29-
"toc.yml",
30-
"*.md"
31-
]
32-
}
33-
],
34-
"resource": [
35-
{
36-
"files": [
37-
"images/**"
38-
]
39-
}
40-
],
41-
"overwrite": [
42-
{
43-
"files": [
44-
"apidoc/**.md"
2+
"metadata": [{
3+
"src": [{
4+
"src": "..",
5+
"files": [
6+
"src/**.csproj"
7+
]
8+
}],
9+
"dest": "api",
10+
"disableGitFeatures": false,
11+
"disableDefaultFilter": false
12+
}],
13+
"build": {
14+
"content": [{
15+
"files": [
16+
"api/**.yml",
17+
"api/index.md"
18+
]
19+
},
20+
{
21+
"files": [
22+
"articles/**.md",
23+
"articles/**/toc.yml",
24+
"toc.yml",
25+
"*.md"
26+
]
27+
}
4528
],
46-
"exclude": [
47-
"obj/**",
48-
"_site/**"
49-
]
50-
}
51-
],
52-
"dest": "_site",
53-
"globalMetadataFiles": [],
54-
"fileMetadataFiles": [],
55-
"template": [
56-
"default",
57-
"templates/darkfx"
58-
],
59-
"postProcessors": [],
60-
"markdownEngineName": "markdig",
61-
"noLangKeyword": false,
62-
"keepFileLink": false,
63-
"cleanupCacheHistory": false,
64-
"disableGitFeatures": false,
65-
"globalMetadata": {
66-
"_gitContribute": {
67-
"repo": "https://github.com/bytecodealliance/wasmtime-dotnet",
68-
"branch": "master"
69-
}
29+
"resource": [{
30+
"files": [
31+
"images/**"
32+
]
33+
}],
34+
"overwrite": [{
35+
"files": [
36+
"apidoc/**.md"
37+
],
38+
"exclude": [
39+
"obj/**",
40+
"_site/**"
41+
]
42+
}],
43+
"dest": "_site",
44+
"globalMetadataFiles": [],
45+
"fileMetadataFiles": [],
46+
"template": [
47+
"default",
48+
"templates/darkfx"
49+
],
50+
"postProcessors": [],
51+
"markdownEngineName": "markdig",
52+
"noLangKeyword": false,
53+
"keepFileLink": false,
54+
"cleanupCacheHistory": false,
55+
"disableGitFeatures": false,
56+
"globalMetadata": {
57+
"_gitContribute": {
58+
"repo": "https://github.com/bytecodealliance/wasmtime-dotnet",
59+
"branch": "main"
60+
}
61+
}
7062
}
71-
}
7263
}

0 commit comments

Comments
 (0)