Skip to content

Commit

Permalink
docs: add changelogs page
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jun 25, 2023
1 parent 891e553 commit a1c587a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions web/docs/changelogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 4
---

# Changelogs

See the changelogs on GitHub: https://github.com/ia-toki/judgels/releases.
2 changes: 1 addition & 1 deletion web/docs/deployment/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In `vars.yml`, generate different random strings for these values:
```
app_version: '2.0'
```
You can get the latest version from https://github.com/ia-toki/judgels/tags. Enter the version without the `v` prefix.
You can get the latest version from https://github.com/ia-toki/judgels/releases. Enter the version without the `v` prefix.
1. Run the provision playbook:
```
ansible-playbook -e @env/vars.yml playbooks/provision.yml
Expand Down
4 changes: 0 additions & 4 deletions web/docs/migration-guide/_category_.json

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions web/docs/migration-guides/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Migration guides",
"position": 3
}
2 changes: 1 addition & 1 deletion web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Judgels',
tagline: 'A modern programming contest system',
tagline: 'A modern programming contest system.',
favicon: 'img/favicon.ico',
url: 'https://judgels.toki.id',
baseUrl: '/',
Expand Down

0 comments on commit a1c587a

Please sign in to comment.