Skip to content

Commit

Permalink
More docs improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed Jan 10, 2025
1 parent f8753c2 commit b32bb7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/Technical-Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This technical overview orients developers to the technical design of this Test
Kit. While the [Inferno Framework has
This technical overview orients developers to the technical design of this test
kit. While the [Inferno Framework has
documentation](https://inferno-framework.github.io) on how to create tests,
additional documentation on the organization of this test kit is necessary due
to the complexity involved in developing tests for the US Core guide.
Expand Down
8 changes: 5 additions & 3 deletions docs/_Footer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_Test Kit documentation is stored within the `/docs` folder of this git repository
and is automatically copied to the wiki with each update to the `main` branch.
Do not change content within the wiki directly as changes will be overwritten._
_Test kit documentation is stored within the [./docs](/tree/main/docs) folder of
this repository and is automatically synchronized to the wiki with each update
to the `main` branch using a [GitHub
workflow](../actions/workflows/publish-docs-wiki.yml). Do not change content
within the wiki directly as changes will be overwritten._

0 comments on commit b32bb7a

Please sign in to comment.