- Move the extensive how-to section from automation.md to readme.md
- Rename automation.md to AutomationReference.md
- Extract solution information from overview.md
- add solution overview to solution.md where it can be referenced from multiple places
- Move sections on building the code to their own file where they can be referenced from multiple places
- Add tags to code blocks to get syntax highlighting
* Add Axe.Windows documentation
This is the initial add of most Axe.Windows documentation. Some existing files have been modified to be specific to Axe.Windows as well.
* Update README.md
Co-Authored-By: flyingUnderTheRadar <45673569+flyingUnderTheRadar@users.noreply.github.com>
* Update docs/AccessingInternals.md
Co-Authored-By: DaveTryon <45672944+DaveTryon@users.noreply.github.com>
* Update docs/FAQ.md
Co-Authored-By: flyingUnderTheRadar <45673569+flyingUnderTheRadar@users.noreply.github.com>
* Move FAQ section to bottom
Code review request
* Update docs/NewProject.md
Co-Authored-By: flyingUnderTheRadar <45673569+flyingUnderTheRadar@users.noreply.github.com>
* Change H4 headings to H3
Because the top level heading is an H2, we only want to descend one heading level.
* Change version file to updated name
* Update docs/Overview.md
Co-Authored-By: flyingUnderTheRadar <45673569+flyingUnderTheRadar@users.noreply.github.com>
* Update docs/UnitTestBarAndStandards.md
Co-Authored-By: flyingUnderTheRadar <45673569+flyingUnderTheRadar@users.noreply.github.com>
* Remove mention of UI code
There is no UI code in Axe.Windows.
* Update Foo.BarTests to Foo.BarUnitTests
This directive now follows the convention we have adopted for Axe.Windows.
* Revert: Update Foo.BarTests to Foo.BarUnitTests
Make the originally intended change which was to update the test file name, not the test project name.
* Add "new" as a qualifier for the addition of tests using Fakes
Suggested because there are existing tests which use Fakes
* Move the context properties section below the exceptions section
- Change the context properties section to H3 instead of H4
This was done because the context properties section is not exclusive to actions, which section it was previously under.
* Add info about integration tests to documentation
* Update docs/AccessingInternals.md
Co-Authored-By: Wahaj <32555133+waabid@users.noreply.github.com>
* Remove unnecessary comma
* Remove unnecessary comma
* Remove unnecessary comma
* Reword the telemetry section
Code review suggested the term "calling applications" was confusing.
* Add Axe.Windows telemetry documentation
* Fix typo
Co-Authored-By: DaveTryon <45672944+DaveTryon@users.noreply.github.com>