Skip to content

Commit 9e2579d

Browse files
authored
Finish porting docs to mkdocs (#4)
1 parent 4c2e6b9 commit 9e2579d

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

.github/workflows/deployment.yml

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencies:
2020

2121
## Documentation
2222

23-
Everything is documented in the [API Docs](https://athena-framework.github.io/negotiation/Athena/Negotiation.html).
23+
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Negotiation).
24+
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/negotiation).
2425

2526
## Contributing
2627

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: athena-negotiation
22

3-
version: 0.1.0
3+
version: 0.1.1
44

55
crystal: '>= 0.35.0'
66

77
license: MIT
88

99
repository: https://github.com/athena-framework/negotiation
1010

11-
documentation: https://athena-framework.github.io/negotiation/Athena/Negotiation.html
11+
documentation: https://athenaframework.org/Negotiation
1212

1313
description: |
1414
Framework agnostic content negotiation library.

0 commit comments

Comments
 (0)