mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
22 hours ago f63ea2005a5bad0fbc733a641fea5c20380c32fa
docs(readme): link to deployed documentation (#959)

## Summary

* Replace README documentation links that point to the removed local
`docs/` tree.
* Point users to the deployed documentation site at
`https://ananke-documentation.netlify.app/`.
* Keep section-specific links for installation, getting started,
configuration, customisation, and troubleshooting.

## Notes

The corresponding content files live in `gohugo-ananke/documentation`
and build to the deployed documentation site paths used in this README
update.

Closes #957.
1 files modified
14 ■■■■ changed files
README.md 14 ●●●● patch | view | raw | blame | history
README.md
@@ -5,7 +5,7 @@
![Ananke screenshot](images/screenshot.png)
* Demo: [ananke-theme.netlify.app](https://ananke-theme.netlify.app/)
* Documentation: [docs directory](https://github.com/gohugo-ananke/ananke/tree/main/docs)
* Documentation: [ananke-documentation.netlify.app](https://ananke-documentation.netlify.app/)
* Changelog: [CHANGELOG.md](CHANGELOG.md)
> [!IMPORTANT]
@@ -43,8 +43,8 @@
Ananke supports both installation methods:
* [Install as Hugo Module (recommended)](docs/en/installation/gohugo-module.md)
* [Install as Git Submodule](docs/en/installation/git-submodule.md)
* [Install as Hugo Module (recommended)](https://ananke-documentation.netlify.app/installation/gohugo-module/)
* [Install as Git Submodule](https://ananke-documentation.netlify.app/installation/git-submodule/)
If you are new to Hugo, see Hugo's official quick start: [gohugo.io/getting-started/quick-start](https://gohugo.io/getting-started/quick-start/).
@@ -52,10 +52,10 @@
After installation, use these guides to configure your site:
* [Getting Started](docs/en/getting-started.md)
* [Configuration](docs/en/configuration/_index.md)
* [Customisation](docs/en/customisation/_index.md)
* [Troubleshooting](docs/en/troubleshooting.md)
* [Getting Started](https://ananke-documentation.netlify.app/getting-started/)
* [Configuration](https://ananke-documentation.netlify.app/configuration/)
* [Customisation](https://ananke-documentation.netlify.app/customisation/)
* [Troubleshooting](https://ananke-documentation.netlify.app/troubleshooting/)
## Support and Contributions