Skip to content

Commit

Permalink
feat: api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jun 23, 2024
1 parent 288ebac commit 7c43bdb
Show file tree
Hide file tree
Showing 12 changed files with 4,425 additions and 137 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ dist

#
.DS_Store
ignore/
ignore/
public/static/openapi.v*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Simple Logging Server

https://github.com/scalar/scalar/tree/main/packages/hono-api-reference

This is a dead simple log server that allows you to log messages to a persisted database.

## Development
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dependencies": {
"@hono/node-server": "^1.11.4",
"@paralleldrive/cuid2": "^2.2.2",
"@scalar/hono-api-reference": "^0.5.77",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"hono": "^4.4.7",
Expand Down
3,934 changes: 3,802 additions & 132 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Allow all robots to crawl the entire site
User-agent: *
Disallow:

# But exclude the following directories
Disallow: /static/

# Set the crawl rate to 10 requests per second
Crawl-delay: 10
Loading

0 comments on commit 7c43bdb

Please sign in to comment.