Skip to content

Commit bb89382

Browse files
Update VitePress configuration and add team page
1 parent 1f99b78 commit bb89382

File tree

3 files changed

+37
-11
lines changed

3 files changed

+37
-11
lines changed

.vitepress/config.mjs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export default defineConfig({
9898
["meta", { name: "twitter:image", content: "/user_docs/logo.png" }],
9999
],
100100
themeConfig: {
101-
logo: "/user_docs/logo.png",
102-
logoLink: "/",
101+
logo: "/logo.png",
102+
logoLink: "/user_docs",
103103
repo: "Evolutionary-Algorithms-On-Click/user_docs",
104104
search: {
105105
provider: "local",
@@ -118,6 +118,7 @@ export default defineConfig({
118118
{ text: "Optimize ML Run", link: "/ml-run" },
119119
],
120120
},
121+
{ text: "Team", link: "/team" },
121122
],
122123

123124
sidebar: [
@@ -148,6 +149,11 @@ export default defineConfig({
148149
},
149150
],
150151
},
152+
{
153+
text: "Team",
154+
collapsed: false,
155+
items: [{ text: "The Team", link: "/team" }],
156+
},
151157
],
152158

153159
socialLinks: [
@@ -158,7 +164,7 @@ export default defineConfig({
158164
],
159165

160166
footer: {
161-
message: "Released under the GPL 3.0 License.",
167+
message: "Released under the GPL 3.0 License as of 2025.",
162168
},
163169
},
164170
});

index.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@ hero:
1414
link: /get-started
1515
- theme: alt
1616
text: Explore
17-
link: /ea-run
17+
link: "/ea-run"
1818

19-
# TODO: Add proper features later on.
2019
features:
21-
- title: Feature A
22-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
23-
- title: Feature B
24-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
25-
- title: Feature C
26-
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20+
- title: "Configure"
21+
icon: ⚙️
22+
details: "Configure EA parameters for GP, PSO, DE, and traditional EA algorithms with ease."
23+
link: "/ea-run"
24+
- title: "Visualize"
25+
icon: 📈
26+
details: "Visualize algorithm results through graphs and logs."
27+
link: "/ea-run"
28+
- title: "Generate Code"
29+
icon: 💻
30+
details: "Generate Python code (powered by DEAP) for your configured algorithms."
31+
link: "/ea-run"
32+
- title: "Run, Save, & Share"
33+
icon: 🚀
34+
details: "Execute algorithms, save results, and share your findings effortlessly."
35+
link: "/ea-run"
2736
---

team.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Meet the EvOC Team
2+
3+
Explore our dedicated team members below:
4+
5+
| **Name** | **Department & Institution** | **Links** |
6+
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- |
7+
| **Dr. Ritwik M** | Department of Computer Science and Engineering,<br/>Amrita School of Computing,<br/>Amrita Vishwa Vidyapeetham, Coimbatore<br/>India | [Email](mailto:[email protected]) |
8+
| **Ashwin Narayanan S** | Department of Computer Science and Engineering,<br/>Amrita School of Computing,<br/>Amrita Vishwa Vidyapeetham, Coimbatore<br/>India | [Portfolio](https://ashrockzzz2003.github.io/portfolio/) |
9+
| **Abhinav R** | Department of Computer Science and Engineering,<br/>Amrita School of Computing,<br/>Amrita Vishwa Vidyapeetham, Coimbatore<br/>India | [Portfolio](https://www.abhinavramakrishnan.tech/) |
10+
| **Ananya R** | Department of Computer Science and Engineering,<br/>Amrita School of Computing,<br/>Amrita Vishwa Vidyapeetham, Coimbatore<br/>India | [LinkedIn](https://www.linkedin.com/in/ananyaramamurthy1610/) |
11+
| **Hariharan Arul** | Department of Computer Science and Engineering,<br/>Amrita School of Computing,<br/>Amrita Vishwa Vidyapeetham, Coimbatore<br/>India | [LinkedIn](https://www.linkedin.com/in/hariharan-arul/) |

0 commit comments

Comments
 (0)