diff --git a/README.md b/README.md index 23d931e..6f44971 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ dotnet add package AxisEndpoints --source ## Documentation -For detailed usage guides, API reference, and examples, visit the [documentation site](./docs/). - +For detailed usage guides, API reference, and examples, visit the [documentation site](https://sheepla.github.io/AxisEndpoints/). ## Author diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index b1806b9..01a0d1d 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -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 @@ -96,18 +96,18 @@ To implement the REPR pattern in ASP.NET Core, you can either write a thin wrapp Get AxisEndpoints installed in your project. See the [Installation - guide](/getting-started/installation/). + guide](./getting-started/installation/). Learn how to define endpoints, bind requests, handle responses, and more. - See the [Guides](/guides/defining-endpoints/). + See the [Guides](./guides/defining-endpoints/). 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/). - Find answers to common questions in the [FAQ](/faq/). + Find answers to common questions in the [FAQ](./faq/).