You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,13 @@ The [`/metadata`](https://github.com/xunit/api.xunit.net/tree/main/metadata) fol
37
37
38
38
* Download the `docfx` artifact from the appropriate GitHub Actions build, and unzip it into a new folder under `/metadata` that aligns with the version of the assemblies (i.e., the metadata for the `2.0.1` packages for xUnit.net v3 lives under `/metadata/v3/2.0.1`).
39
39
40
-
* Create an `index.md` under the `site` tree at the appropriate location for the version. Look at the existing tree and inside one of the existing `index.md` files for an example.
40
+
* Update the `branch: main` lines in the `.yml` files in the metadata with git hashes. Look for `repo: https://github.com/xunit/xunit` and `repo: https://github.com/xunit/assert.xunit`, as you will need different commit hashes for each repo.
41
+
42
+
* Create `/site/v3/{version}/index.md` (copy the previous version's `index.md` and update it to add any new significant APIs).
43
+
44
+
* Update [`/site/v3/index.md`](https://github.com/xunit/api.xunit.net/tree/main/site/v3/index.md) to point to the new version.
45
+
46
+
* Update [`/site/index.md`](https://github.com/xunit/api.xunit.net/tree/main/site/index.md) to point to the new version.
41
47
42
48
* Update [`/site/toc.yml`](https://github.com/xunit/api.xunit.net/tree/main/site/toc.yml) to add an entry for the new version.
43
49
@@ -62,12 +68,12 @@ For project documentation, please visit the [xUnit.net project home](https://xun
62
68
63
69
## Latest Builds
64
70
65
-
| | Latest stable | Latest CI ([how to use](https://xunit.net/docs/using-ci-builds)) | Build status
*For complete CI package lists, please visit the [feedz.io package search](https://feedz.io/org/xunit/repository/xunit/search). A free login is required.*
0 commit comments