Skip to content

Commit

Permalink
setup draft
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit committed Sep 6, 2022
1 parent 3829eb8 commit 7fc4f3b
Show file tree
Hide file tree
Showing 15 changed files with 257 additions and 297 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ If there are variations, how best to place indents-welcome:)

[refs-contributing]: CONTRIBUTING.md

[refs-docs]: https://feature-sliced.design/docs/intro
[refs-docs]: https://feature-sliced.design/docs

[refs-motivation]: https://feature-sliced.design/docs/about/motivation
[refs-motivation-why]: https://feature-sliced.design/docs/about/motivation#-почему-не-хватает-существующих-решений
Expand Down
95 changes: 50 additions & 45 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,47 +31,57 @@ const navbar = {
},
items: [
// left
// {
// type: "dropdown",
// label: "📖 Docs",
// position: "left",
// items: [
// // {
// // label: "🔎 Intro",
// // to: SECTIONS.INTRO.fullPath,
// // activeBasePath: SECTIONS.INTRO.fullPath,
// // },
// {
// label: "🚀 Get Started",
// to: SECTIONS.GET_STARTED.shortPath,
// activeBasePath: SECTIONS.GET_STARTED.shortPath,
// },
// {
// label: "🎯 Guides",
// to: SECTIONS.GUIDES.shortPath,
// activeBasePath: SECTIONS.GUIDES.shortPath,
// },
// {
// label: "🧩 Concepts",
// to: SECTIONS.CONCEPTS.shortPath,
// activeBasePath: SECTIONS.CONCEPTS.shortPath,
// },
// {
// label: "📚 Reference",
// to: SECTIONS.REFERENCE.shortPath,
// activeBasePath: SECTIONS.REFERENCE.shortPath,
// },
// {
// label: "🍰 About",
// to: SECTIONS.ABOUT.shortPath,
// activeBasePath: SECTIONS.ABOUT.shortPath,
// },
// {
// label: "💫 Community",
// to: SECTIONS.COMMUNITY.fullPath,
// activeBasePath: SECTIONS.COMMUNITY.fullPath,
// },
// ],
// },
{
type: "dropdown",
label: "📖 Docs",
to: "/docs",
position: "left",
},
{
label: "📝 Blog",
to: "/blog",
position: "left",
items: [
{
label: "🔎 Intro",
to: SECTIONS.INTRO.fullPath,
activeBasePath: SECTIONS.INTRO.fullPath,
},
{
label: "🚀 Get Started",
to: SECTIONS.GET_STARTED.shortPath,
activeBasePath: SECTIONS.GET_STARTED.shortPath,
},
{
label: "🎯 Guides",
to: SECTIONS.GUIDES.shortPath,
activeBasePath: SECTIONS.GUIDES.shortPath,
},
{
label: "🧩 Concepts",
to: SECTIONS.CONCEPTS.shortPath,
activeBasePath: SECTIONS.CONCEPTS.shortPath,
},
{
label: "📚 Reference",
to: SECTIONS.REFERENCE.shortPath,
activeBasePath: SECTIONS.REFERENCE.shortPath,
},
{
label: "🍰 About",
to: SECTIONS.ABOUT.shortPath,
activeBasePath: SECTIONS.ABOUT.shortPath,
},
{
label: "💫 Community",
to: SECTIONS.COMMUNITY.fullPath,
activeBasePath: SECTIONS.COMMUNITY.fullPath,
},
],
},
{
label: "🛠 Examples",
Expand All @@ -83,11 +93,6 @@ const navbar = {
to: "/nav",
position: "left",
},
{
label: "📝 Blog",
to: "/blog",
position: "left",
},
// right
{
type: "docsVersionDropdown",
Expand Down Expand Up @@ -145,7 +150,7 @@ const footer = {
{
title: "Specs",
items: [
{ label: "Documentation", to: "/docs/intro" },
{ label: "Documentation", to: "/docs" },
{ label: "Discussions", to: `${GITHUB_DOCS}/discussions` },
],
},
Expand Down Expand Up @@ -374,7 +379,7 @@ module.exports = {
},
i18n: {
defaultLocale: DEFAULT_LOCALE,
locales: ["ru", "en"],
locales: ["en"],
localeConfigs: {
ru: {
label: "Русский",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ First 5 minutes (RU):
## Also

**Advantages**:
- [Overview](/docs/intro#overview)
- [Overview](/docs/get-started/overview)
- CodeReview
- Onboarding

Expand Down
142 changes: 0 additions & 142 deletions i18n/en/docusaurus-plugin-content-docs/current/get-started/basics.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import Row from "@site/src/shared/ui/row/tmpl.mdx"
import { RocketOutlined, BuildOutlined, SettingOutlined } from "@ant-design/icons";

<Row
title="Basics"
description="Fundamentals of methodology (briefly)"
to="/docs/get-started/basics"
title="Overview"
description="Brief overview of methodology concepts and usage"
to="/docs/get-started/overview"
Icon={SettingOutlined}
/>
<Row
Expand Down
Loading

0 comments on commit 7fc4f3b

Please sign in to comment.