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