AtCoder Editorial Problemsの開発用リポジトリです。
/frontend/atcoder-editorial-problems/next.config.js内のbasePath,trailingSlashのコメントアウトを外す./frontend/atcoder-editorial-problemsでbuild./frontend/atcoder-editorial-problems/outに出力される.
npm run buildRedocly 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)