-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
218 lines (216 loc) · 9.97 KB
/
mkdocs.yml
File metadata and controls
218 lines (216 loc) · 9.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
site_name: NOMANA-IT - Documentation, Blog and Resources
site_url: https://docs.nomana-it.fr
theme:
name: material
logo: assets/logo_ly.png
favicon: assets/logo_ly.png
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
primary: blue grey
accent: amber
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: blue grey
accent: amber
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.copy
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.path
- navigation.top
- navigation.footer
- header.autohide
- content.tooltips
nav:
- Home: index.md
- Liberty:
- Getting Started: liberty/getting-started.md
- Installation:
- Architecture: liberty/technical/architecture.md
- Docker Installation Guide: liberty/technical/installation.md
- Installation Tools Deployment Guide: liberty/technical/tools-deployment.md
- Liberty Deployment Guide: liberty/technical/liberty-deployment.md
- Create Linux Services: liberty/technical/linux-services.md
- Enable SSL with Traefik: liberty/technical/post-ssl.md
- Nomasx-1:
- Administrator's Guide:
- Global Settings: liberty/nomasx1/admin/global-settings.md
- React Components:
- Getting Started: liberty/core/getting-started.md
- New Project: liberty/core/new-project.md
- Services:
- AppProvider: liberty/core/services/appprovider.md
- Modules: liberty/core/services/modules.md
- Applications: liberty/core/services/applications.md
- Users: liberty/core/services/users.md
- Authentication: liberty/core/services/authentication.md
- Use Media Query: liberty/core/services/use-media-query.md
- Themes: liberty/core/services/themes.md
- Error Boundary: liberty/core/services/error-boundary.md
- Translations: liberty/core/services/translations.md
- Core Components:
- UI Elements:
- Alert: liberty/core/components/ui-elements/alert.md
- AlertMessage: liberty/core/components/ui-elements/alert-message.md
- Button: liberty/core/components/ui-elements/button.md
- Card: liberty/core/components/ui-elements/card.md
- Checkbox: liberty/core/components/ui-elements/checkbox.md
- CircularProgress: liberty/core/components/ui-elements/circular-progress.md
- Collapse: liberty/core/components/ui-elements/collapse.md
- Flex: liberty/core/components/ui-elements/flex.md
- Flex Advanced: liberty/core/components/ui-elements/flex-advanced.md
- Icon Button: liberty/core/components/ui-elements/icon-button.md
- Loading Indicator: liberty/core/components/ui-elements/loading-indicator.md
- Markdown: liberty/core/components/ui-elements/markdown.md
- Snack Message: liberty/core/components/ui-elements/snack-message.md
- Toggle Button: liberty/core/components/ui-elements/toggle-button.md
- Tooltip: liberty/core/components/ui-elements/tooltip.md
- Typography: liberty/core/components/ui-elements/typography.md
- Inputs & Forms:
- Checkbox: liberty/core/components/inputs-forms/checkbox.md
- Color Picker: liberty/core/components/inputs-forms/color-picker.md
- Date Picker: liberty/core/components/inputs-forms/date-picker.md
- Enum: liberty/core/components/inputs-forms/enum.md
- File Upload: liberty/core/components/inputs-forms/file-upload.md
- Input: liberty/core/components/inputs-forms/input.md
- Select: liberty/core/components/inputs-forms/select.md
- Dialogs & Overlays:
- Dialog: liberty/core/components/dialogs-overlays/dialog.md
- Confirmation: liberty/core/components/dialogs-overlays/confirmation.md
- Export: liberty/core/components/dialogs-overlays/export.md
- Popper: liberty/core/components/dialogs-overlays/popper.md
- Tabs: liberty/core/components/dialogs-overlays/tabs.md
- Tables & Lists:
- Grid: liberty/core/components/tables-lists/grid.md
- Table: liberty/core/components/tables-lists/table.md
- List: liberty/core/components/tables-lists/list.md
- Context Menus: liberty/core/components/tables-lists/context-menus.md
- Tree: liberty/core/components/tables-lists/tree.md
- Charts:
- Bar: liberty/core/components/charts/bar.md
- Line: liberty/core/components/charts/line.md
- Pie: liberty/core/components/charts/pie.md
- Main Components:
- Header: liberty/core/components/main-components/header.md
- Content: liberty/core/components/main-components/content.md
- Login: liberty/core/components/main-components/login.md
- Menus: liberty/core/components/main-components/menus.md
- Users: liberty/core/components/main-components/users.md
- Forms Components:
- Dashboard: liberty/core/components/forms-components/dashboard.md
- Advanced Grid: liberty/core/components/forms-components/advanced-grid.md
- Styled Elements:
- Button: liberty/core/components/styled-elements/button.md
- Card: liberty/core/components/styled-elements/card.md
- Dialog: liberty/core/components/styled-elements/dialog.md
- Div: liberty/core/components/styled-elements/div.md
- Form: liberty/core/components/styled-elements/form.md
- Global Styles: liberty/core/components/styled-elements/global-styles.md
- Icon Button: liberty/core/components/styled-elements/icon-button.md
- Icons: liberty/core/components/styled-elements/icons.md
- Input: liberty/core/components/styled-elements/input.md
- List: liberty/core/components/styled-elements/list.md
- Main: liberty/core/components/styled-elements/main.md
- Menus: liberty/core/components/styled-elements/menus.md
- Paper: liberty/core/components/styled-elements/paper.md
- Stack: liberty/core/components/styled-elements/stack.md
- Table: liberty/core/components/styled-elements/table.md
- Tabs: liberty/core/components/styled-elements/tabs.md
- Typography: liberty/core/components/styled-elements/typography.md
- API Documentation: liberty/api/liberty-api.md
- Release Notes: liberty/release-notes.md
- Issues: liberty/issues.md
- Incidents: liberty/incidents.md
- NomaUBL:
- Getting Started: nomaubl/getting-started.md
- Installation:
- Prerequisites: nomaubl/installation/prerequisites.md
- Build & Installation: nomaubl/installation/build.md
- Configuration:
- Global Template: nomaubl/configuration/global.md
- E-Invoicing Template: nomaubl/configuration/e-invoicing.md
- E-Directory Template: nomaubl/configuration/e-directory.md
- Document Templates: nomaubl/configuration/document-templates.md
- User Guide:
- CLI Reference: nomaubl/user-guide/cli.md
- Web Interface: nomaubl/user-guide/web-interface.md
- Invoice Workflow: nomaubl/user-guide/workflow.md
- Features:
- UBL Generation: nomaubl/features/ubl-generation.md
- UBL Validation: nomaubl/features/validation.md
- Platform Agréée Integration: nomaubl/features/pa-integration.md
- Import Status Polling: nomaubl/features/import-status.md
- Reference:
- Processing Types: nomaubl/reference/processing-types.md
- Status Codes: nomaubl/reference/status-codes.md
- Database Schema: nomaubl/reference/database-schema.md
- Reference Lists: nomaubl/reference/reference-lists.md
- REST API: nomaubl/reference/api.md
- Release Notes: nomaubl/release-notes.md
- API:
- Getting Started: api/getting-started.md
- JD Edwards API:
- Export XML source or PDF Output from JD Edwards BLOB fields: api/jde-api/jdebip.md
- Export source code for BSFN from JD Edwards BLOB field (F98780R): api/jde-api/jdebsfn.md
- BI Publisher API:
- Simple java class to encode string and display barcode 128 with BI Publisher RTF template: api/bip-api/nomabc.md
- Java package with Oracle BI Publisher API: api/bip-api/nomabip.md
- Blog:
- blog/index.md
plugins:
- search
- awesome-pages
- minify
- blog:
blog_toc: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/fblettner
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/franck-blettner-72509510/
meta:
- name: Content-Security-Policy
value: frame-ancestors 'self' https://giscus.app;
consent:
title: Cookie consent
actions:
- accept
- manage
- reject
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
markdown_extensions:
- attr_list
- pymdownx.highlight:
anchor_linenums: true
linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/custom.css
extra_javascript:
- js/extra.js
copyright: >
Copyright © 2024 Nomana-IT –
<a href="#__consent">Change cookie settings</a>