Skip to content

Commit

Permalink
Merge pull request #67 from GeorgKreuzmayr/feature/readthedocs_update
Browse files Browse the repository at this point in the history
Add link to API documentation on readthedocs
  • Loading branch information
fgather authored Mar 23, 2021
2 parents 06f1f94 + 2ff2096 commit ab6b890
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 42 deletions.
13 changes: 13 additions & 0 deletions documentation/docs/additional.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
![ArchUnitNET][archunit-logo]
[archunit-logo]: img/ArchUnitNET-Logo.svg

# Additional

## API

[Here](https://tng.github.io/ArchUnitNET/annotated.html) you can find the API of ArchUnitNET.

## Limitations

* [Debug Artifacts](limitations/debug_artifacts.md)
* [Constant Fields](limitations/constant_fields.md)
40 changes: 0 additions & 40 deletions documentation/docs/api.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ Assert.True(checkedRule);
```

## 5. Further Reading and Examples
A complete overview of all available methods can be found [here](api.md).
A complete overview of all available methods can be found [here](additional.md).

Check out example code on [Github](https://github.com/TNG/ArchUnitNET/tree/master/ExampleTest "ExampleTests").
2 changes: 1 addition & 1 deletion documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docs_dir: docs
nav:
- About: index.md
- User Guide: guide.md
- API: api.md
- Additional: additional.md
- Contribution: contributing.md
- License: license.md

Expand Down

0 comments on commit ab6b890

Please sign in to comment.