AtCoder Editorial Problemsの開発用リポジトリです。
/frontend/atcoder-editorial-problems/next.config.js
内のbasePath
,trailingSlash
のコメントアウトを外す./frontend/atcoder-editorial-problems
でbuild./frontend/atcoder-editorial-problems/out
に出力される.
npm run build
Redocly CLIを使用してOpenAPIをバンドルする.
- (初回のみ)Redocly CLIをインストール.
npm i -g @redocly/cli@latest
- バンドルする.
/openapi
配下のoutput
ディレクトリに出力される.
redocly bundle
- 未完了
- difficulty filterのもっさりUI解消
- drawioでシステム構成図作成
- OpenAPIからAPI Gateway生成
- ヘルプページをMarkdownで記述
- ヘルプページの全リンク末尾に新しいタブで開くアイコンを表示
- 完了
- orvalでOpenAPIからAPIクライアント生成(2024/09/29)
- 永続層をRDSから低コストのサービス(DynamoDB)に変更(2024/09/24)
- コンボボックス内の絞り込みで大文字/小文字を区別しないようにする(2024/09/24)