Skip to content

Commit

Permalink
style: make sidebar naming more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
veloii committed Jun 1, 2024
1 parent 1e64388 commit fa05020
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,39 +71,39 @@ export default defineConfig({
label: "Global Endpoints",
items: [
{
label: "[GET] Activity",
label: "[GET] List Activity",
link: "/client-api/operations/list-activity",
},
{
label: "[GET] Behaviour",
label: "[GET] List Behaviour",
link: "/client-api/operations/list-behaviour",
},
{
label: "[GET] Homeworks",
label: "[GET] List Homeworks",
link: "/client-api/operations/list-homeworks",
},
{
label: "[GET] Lessons",
label: "[GET] List Lessons",
link: "/client-api/operations/list-lessons",
},
{
label: "[GET] Badges",
label: "[GET] List Badges",
link: "/client-api/operations/list-badges",
},
{
label: "[GET] Announcements",
label: "[GET] List Announcements",
link: "/client-api/operations/list-announcements",
},
{
label: "[GET] Detentions",
label: "[GET] List Detentions",
link: "/client-api/operations/list-detentions",
},
{
label: "[GET] Attendance",
label: "[GET] Get Attendance",
link: "/client-api/operations/get-attendance",
},
{
label: "[GET] Pupil Fields",
label: "[GET] List Pupil Fields",
link: "/client-api/operations/list-pupil-fields",
},
{
Expand All @@ -128,15 +128,15 @@ export default defineConfig({
link: "/student-client-api/operations/ping",
},
{
label: "[GET] Rewards",
label: "[GET] List Rewards",
link: "/student-client-api/operations/list-rewards",
},
{
label: "[POST] Purchase Reward",
link: "/student-client-api/operations/purchase-reward",
},
{
label: "[POST] Student Code",
label: "[POST] Get Student Code",
link: "/student-client-api/operations/get-student-code",
},
],
Expand All @@ -153,7 +153,7 @@ export default defineConfig({
link: "/parent-client-api/operations/ping",
},
{
label: "[GET] Pupils",
label: "[GET] List Pupils",
link: "/parent-client-api/operations/list-pupils",
},
{
Expand Down

0 comments on commit fa05020

Please sign in to comment.