Добавлена документация: структура docs и конфиг mkdocs
parent
59f7636cfb
commit
a3956c08fc
|
|
@ -0,0 +1,6 @@
|
||||||
|
# InputLocators
|
||||||
|
|
||||||
|
::: locators.input_locators
|
||||||
|
handler: python
|
||||||
|
options:
|
||||||
|
show_source: true
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
# TestNavigationPanel
|
||||||
|
|
||||||
|
::: tests.e2e.test_expand_navigation_panel
|
||||||
|
handler: python
|
||||||
|
options:
|
||||||
|
show_source: true
|
||||||
16
mkdocs.yml
16
mkdocs.yml
|
|
@ -25,7 +25,7 @@ nav:
|
||||||
- BaseComponent: components/base_component.md
|
- BaseComponent: components/base_component.md
|
||||||
- CardComponent: components/card_component.md
|
- CardComponent: components/card_component.md
|
||||||
- ConfirmComponent: components/confirm_component.md
|
- ConfirmComponent: components/confirm_component.md
|
||||||
- JsonContainerComponent: components/json_container_component.md # dsj;fd;gk;dsf
|
- JsonContainerComponent: components/json_container_component.md # добавлено
|
||||||
- ModalWindowComponent: components/modal_window_component.md
|
- ModalWindowComponent: components/modal_window_component.md
|
||||||
- NavigationPanelComponent: components/navbar_component.md
|
- NavigationPanelComponent: components/navbar_component.md
|
||||||
- TableComponent: components/table_component.md
|
- TableComponent: components/table_component.md
|
||||||
|
|
@ -39,22 +39,22 @@ nav:
|
||||||
- TextInput: elements/text_input_element.md
|
- TextInput: elements/text_input_element.md
|
||||||
- ToolbarButton: elements/tooltip_button_element.md
|
- ToolbarButton: elements/tooltip_button_element.md
|
||||||
- Локаторы:
|
- Локаторы:
|
||||||
- ButtonLocators: locators/button_locators.md # dsj;fd;gk;dsf
|
- ButtonLocators: locators/button_locators.md # добавлено
|
||||||
- ConfirmLocators: locators/confirm_locators.md
|
- ConfirmLocators: locators/confirm_locators.md
|
||||||
- EventPanelLocators: locators/event_panel_locators.md
|
- EventPanelLocators: locators/event_panel_locators.md
|
||||||
- InputLocators: locators/input_locators.md
|
- InputLocators: locators/input_locators.md # добавлено
|
||||||
- JsonContainerLocators: locators/json_container_locators.md # dsj;fd;gk;dsf
|
- JsonContainerLocators: locators/json_container_locators.md # добавлено
|
||||||
- ModalWindowLocators: locators/modal_window_locators.md
|
- ModalWindowLocators: locators/modal_window_locators.md
|
||||||
- NavigationPanelLocators: locators/navigation_panel_locators.md
|
- NavigationPanelLocators: locators/navigation_panel_locators.md
|
||||||
- TableLocators: locators/table_locators.md
|
- TableLocators: locators/table_locators.md
|
||||||
- TextLocators: locators/text_locators.md # dsj;fd;gk;dsf
|
- TextLocators: locators/text_locators.md # добавлено
|
||||||
- ToolbarLocators: locators/toolbar_locators.md
|
- ToolbarLocators: locators/toolbar_locators.md
|
||||||
- Модальные окна:
|
- Модальные окна:
|
||||||
- AddUserModalWindow: modal_windows/modal_add_user.md # dsj;fd;gk;dsf
|
- AddUserModalWindow: modal_windows/modal_add_user.md # добавлено
|
||||||
- EditUserModalWindow: modal_windows/modal_edit_user.md # dsj;fd;gk;dsf
|
- EditUserModalWindow: modal_windows/modal_edit_user.md # добавлено
|
||||||
- Страницы приложения:
|
- Страницы приложения:
|
||||||
- BasePage: pages/base_page.md
|
- BasePage: pages/base_page.md
|
||||||
- LicenseTab: pages/license_tab.md # dsj;fd;gk;dsf
|
- LicenseTab: pages/license_tab.md # добавлено
|
||||||
- LoginPage: pages/login_page.md
|
- LoginPage: pages/login_page.md
|
||||||
- MainPage: pages/main_page.md
|
- MainPage: pages/main_page.md
|
||||||
- ServiceStatusTab: pages/service_status_tab.md
|
- ServiceStatusTab: pages/service_status_tab.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue