Skip to content

Commit

Permalink
Merge branch 'main' into migrate-splashkit-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CchristiNana committed Dec 15, 2023
2 parents 0fd7f75 + 3be727b commit 785517a
Show file tree
Hide file tree
Showing 91 changed files with 19,399 additions and 470 deletions.
173 changes: 159 additions & 14 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default defineConfig({
{
label: "Projects",
autogenerate: {
directory: "products/art-gallery/projects",
directory: "products/art-gallery/Projects",
},
items: [
{
Expand All @@ -113,9 +113,9 @@ export default defineConfig({
},
},
{
label: "Dockerization",
label: "Testing Project",
autogenerate: {
directory: "products/art-gallery/Projects/dockerization",
directory: "products/art-gallery/Projects/Testing Project",
},
},
],
Expand All @@ -125,11 +125,43 @@ export default defineConfig({
autogenerate: {
directory: "products/art-gallery/Documentation",
},
items: [
{
label: "BackendUpgrades",
autogenerate: {
directory: "products/art-gallery/Documentation/BackendUpgrades",
},
},
{
label: "Deployment",
autogenerate: {
directory: "products/art-gallery/Documentation/Deployment",
},
},
{
label: "Dockerization",
autogenerate: {
directory: "products/art-gallery/Documentation/Dockerization",
},
},
{
label: "Documentation Project",
autogenerate: {
directory: "products/art-gallery/Documentation/Documentation Project",
},
},
{
label: "Guidance",
autogenerate: {
directory: "products/art-gallery/Documentation/Guidance",
},
},
],
},
{
label: "Issues and Resolutions",
autogenerate: {
directory: "products/art-gallery/issues-and-resolutions",
directory: "products/art-gallery/Issues-and-Resolutions",
},
},
],
Expand Down Expand Up @@ -159,6 +191,12 @@ export default defineConfig({
directory: "products/company-operations/projects/Thoth-Tech-Website",
},
},
{
label:"Onboarding Tool",
autogenerate: {
directory: "products/company-operations/projects/onboaring-tool",
},
},
],
},
{
Expand Down Expand Up @@ -187,23 +225,17 @@ export default defineConfig({
autogenerate: {
directory: "products/courseflow/projects",
},
},
{
label: "Documentation",
autogenerate: {
directory: "products/courseflow/documentation",
},
items: [
{
label: "Design",
label: "2FA - Documentation",
autogenerate: {
directory: "products/courseflow/documentation/design",
directory: "products/courseflow/Projects/2FA - Documentation",
},
},
{
label: "Research",
label: "ngx-graph",
autogenerate: {
directory: "products/courseflow/documentation/research",
directory: "products/courseflow/Projects/ngx-graph",
},
},
],
Expand Down Expand Up @@ -403,6 +435,25 @@ export default defineConfig({
autogenerate: {
directory:
"products/splashkit/Documentation/API-Expansion/Windows-DevContainer",
directory: "products/courseflow/Documentation",
},
items: [
{
label: "Design",
autogenerate: {
directory: "products/courseflow/Documentation/design",
},
},
{
label: "Research",
autogenerate: {
directory: "products/courseflow/Documentation/research",
},
},
{
label: "Meeting Minutes",
autogenerate: {
directory: "products/courseflow/Documentation/Meeting-Minutes",
},
items: [
{
Expand Down Expand Up @@ -630,6 +681,100 @@ export default defineConfig({
label: "SplashKit Online",
autogenerate: {
directory: "products/splashkit/Documentation/SplashKit-Online",
],
},
{
label: "Issues and Resolutions",
autogenerate: {
directory: "products/courseflow/issues-and-resolutions",
},
},
],
},
{
label: "OnTrack",
items: [
{
label: "Get to Know Us",
link: "/products/ontrack/example",
},
{
label: "Projects",
autogenerate: {
directory: "products/ontrack/projects",
},
},
{
label: "Documentation",
autogenerate: {
directory: "products/ontrack/documentation",
},
items: [
{
label: "Front End Migration",
autogenerate: {
directory: "products/ontrack/documentation/front-end-migration",
},
},
{
label: "Numbas",
autogenerate: {
directory: "products/ontrack/documentation/numbas",
},
},
{
label: "Deployment",
autogenerate: {
directory: "products/ontrack/documentation/deployment",
},
},
],
},
{
label: "Issues and Resolutions",
autogenerate: {
directory: "products/ontrack/issues-and-resolutions",
},
},
],
},
{
label: "SplashKit",
items: [
{
label: "Get to Know Us",
link: "/products/splashkit/example",
},
{
label: "Projects",
autogenerate: {
directory: "products/splashkit/projects",
},
},
{
label: "Documentation",
autogenerate: {
directory: "products/splashkit/documentation",
},
// items: [
// {
// label: "Applications",
// autogenerate: {
// directory: "products/splashkit/documentation/applications",
// },
// },
// ],
items: [
{
label: "Tutorials",
autogenerate: {
directory: "products/splashkit/documentation/tutorials",
},
},
{
label: "Expansions",
autogenerate: {
directory: "products/splashkit/documentation/expansions",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"starlight-blog": "^0.4.0"
},
"devDependencies": {
"markdownlint": "^0.31.0"
"markdownlint": "^0.31.1"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow ERD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow-AnalyticPage-Figma.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow-DFD-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow-DFD-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow-PopUpUI-Figma.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow-SAD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow_Analytics_Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow_SideBar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/CourseFlow_Timetable_View.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/InitialDesign1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/InitialDesign2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/InitialDesign3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/InitialDesign4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/InitialDesign5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Orgchart_t3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/custom-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/force-directed-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/onboardingDemo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/onboardingDesign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/vau-c-1.png
Binary file added public/vau-c-2.png
Loading

0 comments on commit 785517a

Please sign in to comment.