Skip to content

Commit

Permalink
chore: fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed May 23, 2024
1 parent 750c5cb commit c25e7a6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 38 deletions.
10 changes: 0 additions & 10 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ export default defineConfig({
// { text: 'Examples', link: '/markdown-examples' }
],

sidebar: [
{
text: "Algemeen",
items: [
// { text: 'Markdown Examples', link: '/markdown-examples' },
// { text: 'Runtime API Examples', link: '/api-examples' }
],
},
],

socialLinks: [
{ icon: "github", link: "https://github.com/SELab-2/UGent-7" },
],
Expand Down
11 changes: 1 addition & 10 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ layout: home

hero:
name: "Ypovoli"
text: "TODO"
tagline: TODO
text: Help pagina
actions:
- theme: brand
text: Student
Expand All @@ -19,13 +18,5 @@ hero:
- theme: brand
text: Admin
link: /en/admin-examples

features:
- title: Feature A
details: lorem english
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---

5 changes: 1 addition & 4 deletions docs/en/student-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ This page describes how to interact with Ypovoli as a student.
- Scroll to the "My Courses" section.
- Click on the course of the desired project.
- Under the "Current Projects" section, you will see all projects for this specific course.
- Option 4:
- Click on "Projects" in the navigation bar.
- You will see an overview of all your projects.

::: info Project card explanation
![project card](../assets/en/project-card.png)
Expand Down Expand Up @@ -135,4 +132,4 @@ This page describes how to interact with Ypovoli as a student.

## View Previous Submissions Status
- Go to the submission page.
- It says there. !!! TODO !!!
- It says there.
11 changes: 1 addition & 10 deletions docs/nl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ layout: home

hero:
name: "Ypovoli"
text: "TODO"
tagline: TODO
text: Help page
actions:
- theme: brand
text: Student
Expand All @@ -19,13 +18,5 @@ hero:
- theme: brand
text: Admin
link: /nl/admin-examples

features:
- title: Feature A
details: lorem nederlands
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---

5 changes: 1 addition & 4 deletions docs/nl/student-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ Deze pagina beschrijft hoe u als student met Ypovoli interageert.
- Scrol naar de sectie "Mijn vakken".
- Druk hier op het vak van het gezochte project.
- Onder de sectie "Lopende projecten" ziet u alle projecten voor dit specifieke vak.
- Optie 4:
- Druk in de navigatiebalk op "Projecten".
- U ziet een overzicht van al uw projecten.

::: info Project kaart uitleg
<!-- TODO maybey ne fotoke en me numerkes aanduide -->
Expand Down Expand Up @@ -136,4 +133,4 @@ De kaart is als volgt ingedeeld:

## Status vorige indieningen bekijken
- Ga naar indien pagina.
- Staat daar bij. !!! TODO !!!
- Staat daar bij.

0 comments on commit c25e7a6

Please sign in to comment.