Skip to content

Commit

Permalink
chore: remove ncea
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Mar 30, 2024
1 parent ab7f40d commit 0a0b433
Show file tree
Hide file tree
Showing 38 changed files with 49 additions and 1,461 deletions.
119 changes: 42 additions & 77 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,96 +26,61 @@ export default defineConfig({
'./src/styles/custom.css',
],
sidebar: [{
label: 'Guides',
label: "Javascript",
items: [{
label: "About our Guides",
link: 'guides/about'
label: "Setting Up",
link: 'javascript/setting-up'
}, {
label: "Javascript",
items: [{
label: "Setting Up",
link: 'guides/javascript/setting-up'
}, {
label: "Creative Coding",
autogenerate: {
directory: 'guides/javascript/creative-coding'
}
}]
},
{
label: "Python", items: [{
label: "Setting Up",
link: 'guides/python'
}, {
label: "Setting Up",
link: 'guides/python/setting-up'
}, {
label: "Flask",
autogenerate: {
directory: 'guides/python/flask'
}
}]
},
{
label: "Git",
label: "Creative Coding",
autogenerate: {
directory: 'guides/git'
directory: 'javascript/creative-coding'
}
}]
},
{
label: "Python", items: [{
label: "Setting Up",
link: 'python'
}, {
label: "Cybersecurity",

autogenerate: {
directory: 'guides/cybersecurity'
}
label: "Setting Up",
link: 'python/setting-up'
}, {
label: "Game Design",
items: [{
label: "About",
link: 'guides/game-design/about'
}, {
label: "Godot",
autogenerate: {
directory: 'guides/game-design/godot'
}
}],
},
{
label: "SQL",
label: "Flask",
autogenerate: {
directory: 'guides/sql'
directory: 'python/flask'
}
}]
},
{
label: "Git",
autogenerate: {
directory: 'git'
}
}, {
label: 'NCEA Resources',
label: "Cybersecurity",

autogenerate: {
directory: 'cybersecurity'
}
}, {
label: "Game Design",
items: [{
label: "About our Resources",
link: 'ncea/about'
label: "About",
link: 'game-design/about'
}, {
label: "NCEA Level 2",
items: [{
label: "About",
link: 'ncea/level-2'
}, {
label: "Flask",
autogenerate: {
directory: 'ncea/level-2/flask'
}
}]
}, {
label: "NCEA Level 3",
items: [{
label: "About",
link: 'ncea/level-3'
}, {
label: "Flask",

autogenerate: {
directory: 'ncea/level-3/flask'
}
}]
}]
label: "Godot",
autogenerate: {
directory: 'game-design/godot'
}
}],
},
{
label: "SQL",
autogenerate: {
directory: 'sql'
}
}, {
label: "Tuhura Tech Resources",
label: "Tūhura Tech Resources",
autogenerate: {
directory: 'tuhura-tech'
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/content/docs/guides/index.md

This file was deleted.

19 changes: 7 additions & 12 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,19 @@ import ScriptWorkaround from "/src/components/ScriptWorkaround.astro";

<CardGrid>
<ListCard title="Learn" icon="open-book">
- [Python](/guides/python)
- [Javascript](/guides/javascript)
- [Game Development](/guides/game-design)
- [CyberSecurity](/guides/cybersecurity)
- [Python](/python)
- [Javascript](/javascript)
- [Game Development](/game-design)
- [CyberSecurity](/cybersecurity)
</ListCard>

<ListCard title="NCEA Resources" icon="puzzle">
{/* - [NCEA Level 2 Flask](/ncea/lvl-2/flask)
- [NCEA Level 3 Flask](/ncea/lvl-3/flask) */}
</ListCard>
<Card title="Contribute" icon="star">
Anyone can contribute to the resources whether you are a student, teacher or industry professional. We are always looking for new resources to add to the wiki. If you would like to contribute please visit our [Contributing Guide](/tuhura-tech/contributing).
</Card>

<SplitCard title="Open Source, Industry Standards, For You" icon="rocket">
All of our resources are free and open source. We aim to provide the best resources for students in Aotearoa. They are licenced under a [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) ensuring they are free for all and never behind a paywall.
</SplitCard>

<Card title="Contribute" icon="star">
Anyone can contribute to the resources whether you are a student, teacher or industry professional. We are always looking for new resources to add to the wiki. If you would like to contribute please visit our [Contributing Guide](/tuhura-tech/contributing).
</Card>
</CardGrid>

## What is this Wiki for?
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions src/content/docs/ncea/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions src/content/docs/ncea/level-2/about.md

This file was deleted.

50 changes: 0 additions & 50 deletions src/content/docs/ncea/level-2/flask/about.md

This file was deleted.

85 changes: 0 additions & 85 deletions src/content/docs/ncea/level-2/flask/application-setup.mdx

This file was deleted.

Loading

0 comments on commit 0a0b433

Please sign in to comment.