You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2022. It is now read-only.
"creatingProjectText": "Let's create a new project using the utility __create-react-app__. More about this utility [here](&&createReactAppLink). \nWe named the project _material-docs-example-project_ :).",
24
+
"setup": "After the project is created, you need to install Material Docs. ",
25
+
"withYarn": "Using __yarn__:",
26
+
"withNpm": "Using __npm__:",
27
+
"indexSetup": "Material Docs uses the _Roboto_ font, let's install it.\nIn the directory __public__ add to file ___index.html___ the next:\n",
28
+
"indexOverview": "File ___index.html___ should look something like this:",
29
+
"deleteFiles": "You can delete files:",
30
+
"basicStructure": "First, let's create the following structure in the __index.js__ file:",
31
+
"indexJsDescription": "This is the basic structure for a Material Docs app. \nWe have specified the following parameters for the component ```<DocsLayout/>```:",
32
+
"props": {
33
+
"name": "Documentation name.",
34
+
"version": "Documentation version.",
35
+
"logo": "Path to logo image.",
36
+
"keywords": "Key words of the page so that search engines can index it.",
37
+
"description": "Page description for metadata.",
38
+
"author": "Author's name."
39
+
},
40
+
"moreInfo": "You can get more information on components in the __Component APIs__ section of this documentation. For example, here is [__documentation of the component__ ```<DocsLayout/>```](). \n\nIn the ```<DocsMenu/>``` component stored information about menu structure. Component ```<AutoDocsMenu/>``` allows don't think about creating the menu manually. \n\nInside ```<DocsPages/>``` component there will be pages. ",
41
+
"creatingPage": "Let's start writing the information page. Create a page about yourself:",
42
+
"creatingPageComponent": "In order to make it easier to edit pages, we recommend creating page components and placing them in separate files. For example, let's wrap our page in a component:",
43
+
"pagesGrouping": "In order for the automatic menu to create groups of pages, they must be wrapped in a ```<PagesGroup/>``` component. \nLet's wrap the FirstPage in a group \"My Group\"",
44
+
"redirecting": "The ```<Link/>``` component has ___page___ prop,in which the path is passed to the inner page. \nSince the page we want to redirect to is in the __My Group__, the path will look like this:",
45
+
"githubExample": "You can find this example on GitHub [here](&&gitHubSource)"
46
+
},
6
47
"TablesDemo": {
7
48
"searchDescription": "Demo of Table parts components.",
"creatingAnotherPage": "Создадим еще одну страницу",
18
+
"pagesGrouping": "Группирование страниц",
19
+
"pagesRedirecting": "Переадресация между страницами",
20
+
"result": "Результат",
21
+
"gitHubSources": "Исходники на GitHub"
22
+
},
23
+
"creatingProjectText": "Создадим новый проект с помощью утилиты __create-react-app__. Подробнее об этой утилите [здесь](&&createReactAppLink). \nМы назвали проект _material-docs-example-project_ :).",
24
+
"setup": "После того, как проект создан - надо установить Material Docs. ",
25
+
"withYarn": "С помощью __yarn__:",
26
+
"withNpm": "С помощью __npm__:",
27
+
"indexSetup": "Material Docs использует шрифт _Roboto_, давайте установим его.\nВ директории __public__ добавьте в файл ___index.html___ следующее:\n",
28
+
"indexOverview": "Файл ___index.html___ должен выглядеть примерно так:",
29
+
"deleteFiles": "Вы можете удалить файлы:",
30
+
"basicStructure": "Для начала, создадим в файле __index.js__ следующую структуру:",
31
+
"indexJsDescription": "Это базовая структура для приложения Material Docs. \nМы указали следующие параметры для компонента ```<DocsLayout/>```:",
32
+
"props": {
33
+
"name": "Название документации.",
34
+
"version": "Версия документации.",
35
+
"logo": "Путь к картинке логотипу.",
36
+
"keywords": "Ключевые слова страницы для того, чтоб поисковые движки могли проиндексировать её.",
37
+
"description": "Описание страницы для метаданных.",
38
+
"author": "Имя автора."
39
+
},
40
+
"moreInfo": "Больше информации о компонентах вы можете получить в разделе __Component APIs__ этой документации. К примеру,\nвот [__документация компонента__ ```<DocsLayout/>```](). \n\nВ компоненте ```<DocsMenu/>``` хранится информация о структуре меню. Компонент ```<AutoDocsMenu/>``` позволяет \nне задумываться о создании меню вручную. \n\nВнутри компонента ```<DocsPages/>``` будут находиться страницы. ",
41
+
"creatingPage": "Приступим к написанию страницы с информацией. Создадим страницу о себе:",
42
+
"creatingPageComponent": "Для того, чтоб было удобнее редактировать страницы мы рекомендуем создавать страничные компоненты и размещать их в \nотдельных файлах. Например, обернем нашу страницу в компонент:",
43
+
"pagesGrouping": "Для того, чтоб автоматическое меню могло создавать группы страниц, их надо оборачивать в компонент ```<PagesGroup/>```. \nДавайте обернём страницу FirstPage в группу \"My Group\"",
44
+
"redirecting": "У компонента ```<Link/>``` есть параметр ___page___, в который передается путь внутренней странице. \nТак как страница, на которую мы хотим сделать переадресацию находится в группе __My Group__ - путь будет выглядеть так:",
45
+
"githubExample": "Вы можете найти этот пример на GitHub [здесь](&&gitHubSource)"
46
+
},
6
47
"TablesDemo": {
7
48
"searchDescription": "Demo of Table parts components.",
0 commit comments