Skip to content

Commit

Permalink
Merge pull request #5 from adfinis/some-change-fix
Browse files Browse the repository at this point in the history
fix the links in the docs are active when the visitor in the link page
  • Loading branch information
MitanOmar authored Jun 19, 2024
2 parents a2f9ba2 + 86af44a commit 430249f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ export default defineConfig({
text: "Tracking",
base: "/docs/tracking/",
items: [
{ text: "Activities", link: "/activities" },
{ text: "Attendances", link: "/attendances" },
{ text: "Timesheet", link: "/timesheet" },
{ text: "Activities", link: "activities.md" },
{ text: "Attendances", link: "attendances.md" },
{ text: "Timesheet", link: "timesheet.md" },
],
},
{
base: "/docs/",
items: [
{ text: "Analysis", link: "/analysis" },
{ text: "Statistics", link: "/statistics" },
{ text: "Projects", link: "/projects" },
{ text: "Users", link: "/users" },
{ text: "Profile", link: "/profile" },
{ text: "Analysis", link: "analysis.md" },
{ text: "Statistics", link: "statistics.md" },
{ text: "Projects", link: "projects.md" },
{ text: "Users", link: "users.md" },
{ text: "Profile", link: "profile.md" },
],
},
{
text: "Details",
base: "/docs/details",
base: "/docs/details/",
items: [
{ text: "Filters", link: "/filters" },
{ text: "Estimated Effort", link: "/estimated_effort" },
{ text: "Filters", link: "filters.md" },
{ text: "Estimated Effort", link: "estimated_effort.md" },
],
},
{
Expand Down

0 comments on commit 430249f

Please sign in to comment.