Skip to content

Commit

Permalink
added new API under group sets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyamachandran committed Sep 1, 2024
2 parents 10c4bb9 + 07d8b8a commit 2cfae46
Show file tree
Hide file tree
Showing 4 changed files with 1,006 additions and 934 deletions.
9 changes: 8 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export default defineConfig({
label: 'unit_roles',
link: '/backend/api/unit_roles',
},

{
label: 'units API operation list',
link: '/backend/api/units',
Expand All @@ -156,11 +155,19 @@ export default defineConfig({
link: '/backend/api/error_codes',
},
{
<<<<<<< HEAD
label: 'Tutorial Streams',
link: '/backend/api/Unit-Tutorial Streams.md',
},
{
label: 'Group sets',
=======
label: 'Unit Tutorial Streams',
link: '/backend/api/unit-tutorial_streams',
},
{
label: 'Unit Group Sets',
>>>>>>> 07d8b8ad5447c02473126889dd785e6219e6c300
link: '/backend/api/unit-group_sets',
},
],
Expand Down
Loading

0 comments on commit 2cfae46

Please sign in to comment.