Skip to content

Commit

Permalink
fix: incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
altrusl committed Jan 24, 2024
1 parent 391d3ef commit d745c02
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions docs/.vitepress/config/sidebar.arty-crafty.ru.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
export default [
{ text: "Предисловие", link: "/ru/arty-crafty/index" },
{ text: "О проекте", link: "/ru/arty-crafty/about-project" },
{ text: "План работы", link: "/ru/arty-crafty/development-stages" },
{ text: "Репозиторий и сайт", link: "/ru/arty-crafty/repository" },
{
text: "Предисловие",
items: [
{ text: "О проекте", link: "/ru/arty-crafty/index" },
{ text: "Цели и задачи", link: "/ru/arty-crafty/introduction/goals" },
{ text: "План работы", link: "/ru/arty-crafty/introduction/development-stages" },
{ text: "Репозиторий и сайт", link: "/ru/arty-crafty/introduction/repository" },
],
},
{
text: "Анализ",
items: [
Expand Down Expand Up @@ -45,11 +50,18 @@ export default [
// text: "Бэкенд и база данных",
// collapsed: false,
// items: [
// { text: "Выбор CMS", link: "/ru/arty-crafty/backend/cms-choosing" },
// { text: "Выбор BaaS", link: "/ru/arty-crafty/backend/baas-choosing" },
// { text: "Supabase", link: "/ru/arty-crafty/backend/supabase" },
// { text: "Модель данных", link: "/ru/arty-crafty/backend/data-model" },
// { text: "Модель данных", link: "/ru/arty-crafty/backend/db-data-model" },
// { text: "Supabase API", link: "/ru/arty-crafty/backend/supabase-api" },
// { text: "Hoppscotch", link: "/ru/arty-crafty/backend/hoppscotch" },
// { text: "API", link: "/ru/arty-crafty/backend/api" },
// ],
// },
// {
// text: "Витрина - данные",
// collapsed: false,
// items: [
// { text: "API сервис адаптер", link: "/ru/arty-crafty/showcase-data/api-service-adapter" },
// ],
// },
],
Expand Down

0 comments on commit d745c02

Please sign in to comment.