Skip to content

Commit

Permalink
chore: migration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 18, 2024
1 parent adc3e67 commit a7d2843
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
node = "16"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/en/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
4 changes: 2 additions & 2 deletions content/settings.json
Original file line number Diff line number Diff line change
@@ -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": ""
}

0 comments on commit a7d2843

Please sign in to comment.