Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Update documentation (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Smith <[email protected]>
  • Loading branch information
richardgreg and adrain-cb authored Jan 23, 2024
1 parent 7b78b7a commit d2bcad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: /api

The Pessimism API is a RESTful HTTP API that allows users to interact with the Pessimism application. The API is built using the [go-chi](https://github.com/go-chi/chi) framework and is served using the native [http package](https://pkg.go.dev/net/http). The API is designed to be modular and extensible, allowing for the addition of new endpoints and functionality with relative ease.

Currently, interactive endpoint documentation is hosted via [Swagger UI](https://swagger.io/tools/swagger-ui/) at [https://base-org.github.io/pessimism/](https://base-org.github.io/pessimism/).
Currently, interactive endpoint documentation is hosted via [Swagger UI](https://swagger.io/tools/swagger-ui/) at [https://base-org.github.io/pessimism/api-doc](https://base-org.github.io/pessimism/api-doc).

### Configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The Pessimism documentation is hosted on Github Pages. To view the documentation

## Contributing

If you would like to contribute to the Pessimism documentation, please advise the guidelines stipulated in the [CONTRIBUTING.md](../CONTRIBUTING.md) file __before__ submitting a pull request.
If you would like to contribute to the Pessimism documentation, please advise the guidelines stipulated in the [CONTRIBUTING.md](https://github.com/base-org/pessimism/blob/master/CONTRIBUTING.md) file __before__ submitting a pull request.
2 changes: 1 addition & 1 deletion docs/openapi/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
version: 0.0.1
externalDocs:
description: Find out more about Pessimism's architecture
url: 'https://github.com/base-org/pessimism/blob/master/docs/architecture.markdown'
url: 'https://github.com/base-org/pessimism/blob/master/docs/architecture/architecture.markdown'
tags:
- name: heuristic
description: 'Heuristic endpoints'
Expand Down

0 comments on commit d2bcad1

Please sign in to comment.