Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ dotnet add <YourProject> package AxisEndpoints --source <LocalNupkgDirectory>

## Documentation

For detailed usage guides, API reference, and examples, visit the [documentation site](./docs/).
<!-- TODO: ドキュメントサイトをデプロイしたら、ここのリンクをデプロイ先URLに更新する -->
For detailed usage guides, API reference, and examples, visit the [documentation site](https://sheepla.github.io/AxisEndpoints/).

## Author

Expand Down
10 changes: 5 additions & 5 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
tagline: Provides "Axis" for your ASP.NET Core Web API projects!
actions:
- text: Getting Started
link: /getting-started/installation/
link: ./getting-started/installation/
icon: right-arrow
- text: GitHub
link: https://github.com/sheepla/AxisEndpoints
Expand Down Expand Up @@ -96,18 +96,18 @@ To implement the REPR pattern in ASP.NET Core, you can either write a thin wrapp
<CardGrid>
<Card title="Installation" icon="setting">
Get AxisEndpoints installed in your project. See the [Installation
guide](/getting-started/installation/).
guide](./getting-started/installation/).
</Card>
<Card title="Guides" icon="open-book">
Learn how to define endpoints, bind requests, handle responses, and more.
See the [Guides](/guides/defining-endpoints/).
See the [Guides](./guides/defining-endpoints/).
</Card>
<Card title="CSV Extension" icon="document">
Add typed CSV import and export to your endpoints with the optional
CsvHelper extension. See the [CSV Helper
extension](/extensions/csv-helper/).
extension](./extensions/csv-helper/).
</Card>
<Card title="FAQ" icon="comment">
Find answers to common questions in the [FAQ](/faq/).
Find answers to common questions in the [FAQ](./faq/).
</Card>
</CardGrid>
Loading