diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 0000000..4af25e8 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[tools] +node = "16" diff --git a/README.md b/README.md index 4fabf1c..09eaa77 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## The purpose of this repository -This repository hosts the documentation for Apia only. If you are looking for the Github repo for the library source code, [go to the open source repository for Apia →](https://github.com/krystal/apia) +This repository hosts the documentation for Apia only. If you are looking for the Github repo for the library source code, [go to the open source repository for Apia →](https://github.com/apiaframework/apia) ## Contribution Instructions diff --git a/content/en/documentation.md b/content/en/documentation.md index 7e7c21e..6a929f7 100644 --- a/content/en/documentation.md +++ b/content/en/documentation.md @@ -23,7 +23,7 @@ docker run \ -v $(pwd)/schema.json:/config/schema.json \ -v $(pwd)/config.yaml:/config/config.yaml \ -v path/to/output:/output \ - ghcr.io/krystal/apia-docs-generator:latest + ghcr.io/apiaframework/docs-generator:latest ``` ## Documentation configuration diff --git a/content/en/index.md b/content/en/index.md index 3d4bdca..dd573fd 100644 --- a/content/en/index.md +++ b/content/en/index.md @@ -17,10 +17,10 @@ Apia is an opinionated framework for building HTTP APIs into a Ruby application. ## Key components of Apia -- [Apia](https://github.com/krystal/apia) - the framework for actually writing and serving APIs. -- [Apia Docs Generator](https://github.com/krystal/apia-docs-generator) - a utility for converting a Apia schema JSON file into beautiful interactive documentation. -- [Apia Schema Parser](https://github.com/krystal/apia-schema-parser) - a utility to parse an Apia schema in Ruby -- [Apia Insomnia](https://github.com/krystal/apia-insomnia) - an extension to generate schema files compatible with Insomnia. +- [Apia](https://github.com/apiaframework/apia) - the framework for actually writing and serving APIs. +- [Apia Docs Generator](https://github.com/apiaframework/docs-generator) - a utility for converting a Apia schema JSON file into beautiful interactive documentation. +- [Apia Schema Parser](https://github.com/apiaframework/schema-parser) - a utility to parse an Apia schema in Ruby +- [Apia Insomnia](https://github.com/apiaframework/insomnia) - an extension to generate schema files compatible with Insomnia. ## What do the docs look like? diff --git a/content/settings.json b/content/settings.json index 51881aa..ff8d5fe 100644 --- a/content/settings.json +++ b/content/settings.json @@ -1,10 +1,10 @@ { "title": "Apia Documentation", - "url": "https://github.com/krystal/apia", + "url": "https://github.com/apiaframework/apia", "logo": { "light": "/logo-light.svg", "dark": "/logo-dark.svg" }, - "github": "krystal/apia-docs", + "github": "apiaframework/docs", "defaultDir": "" }