Skip to content

Commit

Permalink
fix:jans-cli add buttons to the docs and some missing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelwahabAdam committed Sep 19, 2022
1 parent 68d366b commit 4b6ab89
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 21 deletions.
5 changes: 4 additions & 1 deletion jans-cli-tui/docs/docs/Gallery/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
gallery for all possibilities and future improvment for TUI


![Screenshot](docs/img/new_tui/new_tui1.PNG)
![Screenshot](docs/img/new_tui/new_tui1.PNG)

- [TUI](/gluu-4/docs/Gallery/tui/)
- [CLI](/gluu-4/docs/Gallery/cli/)
1 change: 0 additions & 1 deletion jans-cli-tui/docs/docs/models/oauth/edit_client_dialog.md

This file was deleted.

1 change: 0 additions & 1 deletion jans-cli-tui/docs/docs/models/oauth/edit_scope_dialog.md

This file was deleted.

1 change: 0 additions & 1 deletion jans-cli-tui/docs/docs/models/oauth/oauth.md

This file was deleted.

1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/client_api/client_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.050_client_api.main
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/config_api/config_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.040_config_api.main
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/fido/fido.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.020_fido.main
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/oauth/edit_client_dialog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.010_oxauth.edit_client_dialog
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/oauth/edit_scope_dialog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.010_oxauth.edit_scope_dialog
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/oauth/edit_uma_dialog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.010_oxauth.view_uma_dialog
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/oauth/oauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.010_oxauth.main
11 changes: 11 additions & 0 deletions jans-cli-tui/docs/docs/plugins/plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# plugins
#### There are six main plugins in the TUI and user may add other plugins
----------------------------
### The Main Plugins are
- [Open Authorization (OAuth)](/gluu-4/docs/plugins/oauth/oauth/)
- [Fast IDentity Online (FIDO)](/gluu-4/docs/plugins/fido/fido/)
- [ System for Cross-domain Identity Management (SCIM)](/gluu-4/docs/plugins/scim/scim/)
- [Config API (Config API)](/gluu-4/docs/plugins/config_api/config_api/)
- [Client API (Client API)](/gluu-4/docs/plugins/client_api/client_api/)
- [Scripts (Scripts)](/gluu-4/docs/plugins/scripts/scripts/)

1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/scim/scim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.030_scim.main
1 change: 1 addition & 0 deletions jans-cli-tui/docs/docs/plugins/scripts/scripts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: plugins.060_scripts.main
26 changes: 14 additions & 12 deletions jans-cli-tui/docs/docs/wui_components/wui_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

## Content

This Sction contains all the wui components
This Sction contains all the wui components (Classes, attr and methods)

**there are diffrent types such as**
### Dialogs components
### - Dialogs components
- [cli dialog (jans_cli_dialog)](/gluu-4/docs/wui_components/jans_cli_dialog)
- [dialog with navigation bar (dialog_with_nav)](/gluu-4/docs/wui_components/jans_dialog_with_nav)
- [message dialog (jans_message_dialog)](/gluu-4/docs/wui_components/jans_message_dialog)

- jans_cli_dialog
- jans_dialog_with_nav
- jans_message_dialog
### - Navigation bar components

### Navigation bar components
- [Main navigation bar (jans_nav_bar)](/gluu-4/docs/wui_components/jans_nav_bar)
- [Horizontal navigation bar (jans_side_nav_bar)](/gluu-4/docs/wui_components/jans_side_nav_bar)
- [vetrical navigation bar (jans_vetrical_nav)](/gluu-4/docs/wui_components/jans_vetrical_nav)

- jans_nav_bar
- jans_side_nav_bar
- jans_vetrical_nav

### Custom components
- jans_data_picker
- jans_drop_down
### - Custom components

- [data picker widget (jans_data_picker)](/gluu-4/docs/wui_components/jans_data_picker)
- [drop-down widget (jans_drop_down)](/gluu-4/docs/wui_components/jans_drop_down)


<!-- ## JansDialogWithNav
::: wui_components.jans_dialog_with_nav.JansDialogWithNav
Expand Down
29 changes: 24 additions & 5 deletions jans-cli-tui/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ site_description: "this is desc"

plugins:
- mkdocstrings
# - search
- search

nav:
- Home: 'docs/home/index.md'
- Gallery:
- 'docs/Gallery/gallery.md'
- TUI :
- 'docs/Gallery/tui.md'
- CLI :
- 'docs/Gallery/cli.md'
- TUI : 'docs/Gallery/tui.md'
- CLI : 'docs/Gallery/cli.md'

- Components:
- docs/wui_components/wui_components.md
Expand All @@ -30,6 +28,24 @@ nav:
- Custom components :
- 'jans_data_picker': 'docs/wui_components/jans_data_picker.md'
- 'jans_drop_down': 'docs/wui_components/jans_drop_down.md'
- Plugins :
- 'Plugins': 'docs/plugins/plugins.md'
- OAuth :
- Main OAuth : 'docs/plugins/oauth/oauth.md'
- 'Client Dialog': 'docs/plugins/oauth/edit_client_dialog.md'
- 'Scope Dialog': 'docs/plugins/oauth/edit_scope_dialog.md'
- 'UMA Dialog': 'docs/plugins/oauth/edit_uma_dialog.md'
- FIDO :
- Main FIDO : 'docs/plugins/fido/fido.md'
- SCIM :
- Main SCIM : 'docs/plugins/scim/scim.md'
- Config API :
- Main Config API : 'docs/plugins/config_api/config_api.md'
- Client API :
- Main Client API : 'docs/plugins/client_api/client_api.md'
- Scripts :
- Main Scripts : 'docs/plugins/scripts/scripts.md'


theme:
homepage: https://example.com
Expand All @@ -45,6 +61,9 @@ theme:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
- content.code.annotate
# - navigation.expand


palette:
Expand Down

0 comments on commit 4b6ab89

Please sign in to comment.