Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Dave Tryon 83c5e45d8c
chore: Add docs for virus scanner exclusions (#723) 2022-07-01 09:35:03 -07:00
Dave Tryon bbf6e06365
fix: Revert sample links (#712) 2022-05-27 11:10:23 -07:00
Dave Tryon 78e366c16e
chore: Add code sample links (#709) 2022-05-27 08:22:58 -07:00
RobGallo 9790020682
Update docs to move automation info to the foreground and contribution info to the background (#102)
- 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
2019-07-11 14:25:43 -04:00
RobGallo 23d448414d
Add Axe.Windows documentation (#88)
* 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>
2019-07-09 13:25:58 -04:00