Skip to content

Commit

Permalink
Merge pull request #10 from Shyamachandran/sh/APIupdate
Browse files Browse the repository at this point in the history
API Detailed Operations Tutorial Streams and Group Sets
  • Loading branch information
aNebula authored Sep 18, 2024
2 parents f6e3fdd + 009879f commit 4973907
Show file tree
Hide file tree
Showing 5 changed files with 1,413 additions and 907 deletions.
13 changes: 9 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ export default defineConfig({
{
label: 'activity types',
link: '/backend/api/activity_types',
},

},
{
label: 'admin',
link: '/backend/api/admin',
Expand Down Expand Up @@ -129,7 +128,6 @@ export default defineConfig({
label: 'unit_roles',
link: '/backend/api/unit_roles',
},

{
label: 'units API operation list',
link: '/backend/api/units',
Expand All @@ -142,7 +140,6 @@ export default defineConfig({
label: 'units (2)',
link: '/backend/api/units_2',
},

{
label: 'users',
link: '/backend/api/users',
Expand All @@ -155,6 +152,14 @@ export default defineConfig({
label: 'Error codes',
link: '/backend/api/error_codes',
},
{
label: 'Unit Tutorial Streams',
link: '/backend/api/unit-tutorial_streams',
},
{
label: 'Unit Group Sets',
link: '/backend/api/unit-group_sets',
},
{
label: 'Units Task Definition',
link: '/backend/api/api-task_definitions',
Expand Down
Loading

0 comments on commit 4973907

Please sign in to comment.