|
3 | 3 | "label": "English",
|
4 | 4 | "locale": {
|
5 | 5 | "pages": {
|
| 6 | + "IntroductionPage": { |
| 7 | + "headers": { |
| 8 | + "introduction": "Introduction", |
| 9 | + "what": "What is Material Docs", |
| 10 | + "why": "Why Material Docs", |
| 11 | + "mui": "A little about Material UI", |
| 12 | + "docs": "Documentation" |
| 13 | + }, |
| 14 | + "what": "__Material Docs__ is a Material Design-style documentation framework based on React. With Material Docs, you can easily create documentation pages without bothering with the table of contents, customization of paths, customization of search and complex customization of localization.", |
| 15 | + "why1": "Material Docs has a built-in localization, search and basic markup system. ", |
| 16 | + "why2": "Out of the box, you immediately get a large set of visual components for decorating content. ", |
| 17 | + "why3": "All Material Docs components work well with each other and have __built-in theming__.", |
| 18 | + "why4": "System of __automatic menu generation__, based on page settings.", |
| 19 | + "why5": "Deep markdown support. You can create different __components of material Docs__ with __markdown__!", |
| 20 | + "why6": "Built-in dark and light theme.", |
| 21 | + "why7": "The ability to expand the system. Material Docs includes tools that allow you to __create extensions__ and customize the system in general.", |
| 22 | + "mui": "__Material Docs__ is based on the __Material UI__ visual component library. We recommend using it to create\ncustom extensions, though, you can use other libraries as well.", |
| 23 | + "docs": "The documentation is divided into sections:", |
| 24 | + "docsPart1": "information for a quick start.", |
| 25 | + "docsPart2": "detailed lessons on different approaches to creating Material Docs.", |
| 26 | + "docsPart3": "Material Docs component demo pages.", |
| 27 | + "docsPart4": "api documentation for each of the components.", |
| 28 | + "docsPart5": "documentation of official additions to Material Docs." |
| 29 | + }, |
6 | 30 | "LocalizationWorkflowTutorial": {
|
7 | 31 | "headers": {
|
8 | 32 | "localizationProcess": "Localization process",
|
|
0 commit comments