Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 845b39c

Browse files
authored
[docs] Relocate "appendix" content (#18260)
Move content that was previously structured in the generic "appendix" directory according to the use case it describes.
1 parent 3a7450a commit 845b39c

File tree

9 files changed

+10
-18
lines changed

9 files changed

+10
-18
lines changed

docs/appendix/index.md

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

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ free to add yourself to the META.yml file!
5353
writing-tests/index
5454
reviewing-tests/index
5555
admin/index
56-
appendix/index
5756
```
5857

5958
[public-test-infra]: https://lists.w3.org/Archives/Public/public-test-infra/
6059
[IRC]: irc://irc.w3.org:6667/testing
6160
[web irc]: http://irc.w3.org
62-
[github-intro]: appendix/github-intro
61+
[github-intro]: writing-tests/github-intro

docs/reviewing-tests/git.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ If you do not expect work with more PRs from the same author,
7676
you may also discard your connection to their repo:
7777
`git remote remove <author-id>`
7878

79-
[clone]: ../appendix/github-intro.html#clone
80-
[commit]: ../appendix/github-intro.html#commit
81-
[configure]: ../appendix/github-intro.html#configure-remote-upstream
82-
[fork]: ../appendix/github-intro.html#fork-the-test-repository
83-
[submit]: ../appendix/github-intro.html#submit
79+
[clone]: ../writing-tests/github-intro.html#clone
80+
[commit]: ../writing-tests/github-intro.html#commit
81+
[configure]: ../writing-tests/github-intro.html#configure-remote-upstream
82+
[fork]: ../writing-tests/github-intro.html#fork-the-test-repository
83+
[submit]: ../writing-tests/github-intro.html#submit

docs/reviewing-tests/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ suites, test contributions must be reviewed by a peer.
1010
checklist
1111
email
1212
git
13+
reverting
1314
```
1415

1516
## Test Review Policy
File renamed without changes.
File renamed without changes.

docs/writing-tests/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ There's also a load of [general guidelines](general-guidelines) that apply to al
2929
tools
3030
visual
3131
wdspec
32+
test-templates
33+
github-intro
3234
```
3335

3436
## Test Type

docs/writing-tests/submission-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on, e.g. `git checkout -b topic-name`
3131
request will be automatically merged.
3232

3333
For detailed guidelines on setup and each of these steps, please refer to the
34-
[Github Test Submission](../appendix/github-intro) documentation.
34+
[Github Test Submission](../writing-tests/github-intro) documentation.
3535

3636
Hop on to the [mailing list][public-test-infra] or [IRC][]
3737
([webclient][web irc], join channel `#testing`) if you have an issue. There is
File renamed without changes.

0 commit comments

Comments
 (0)