-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmkdocs.yml
143 lines (132 loc) · 4.48 KB
/
mkdocs.yml
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
# Project information
site_name: Techjoomla Docs
site_description: A documentation site for Techjoomla extensions
site_author: Techjoomla
site_url: https://docs.techjoomla.com/
# Repository
repo_name: docs.github.io
repo_url: https://github.com/techjoomla/docs.github.io
edit_uri: ""
# Copyright
copyright: Copyright © 2008 - 2020 Techjoomla
# Configuration
theme:
name: material
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- tabs
#- instant
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/techjoomla-favicon.ico
logo: assets/images/techjoomla-logo.png
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/techjoomla
- icon: fontawesome/brands/facebook
link: https://facebook.com/techjoomla
- icon: fontawesome/brands/twitter
link: https://twitter.com/techjoomla
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/techjoomla
# Google Analytics
google_analytics:
- UA-106743603-1
- auto
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
linenums: true
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# - pymdownx.highlight:
# linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: date
# Page tree
nav:
- Home: index.md
- Joomla Rest API:
- Introduction: joomla-rest-api/com-api-introduction.md
- Writing your own API Plugin: joomla-rest-api/com-api-plugin-development.md
- Making calls to API resources: joomla-rest-api/com-api-making-api-calls.md
- Impersonating another user: joomla-rest-api/com-api-impersonation.md
- Mobile App Use Case: joomla-rest-api/com-api-mobile-app-use-case.md
- TJReports:
- Introduction: tj-reports/tjreports-introduction.md
- Architecture Overview: tj-reports/tjreports-architecture-overview.md
- Integration guide: tj-reports/tjreports-integration-guide.md
- Writing a report plugin: tj-reports/tjreports-write-report-plugin.md
- Reports with dyanamic columns: tj-reports/tjreports-reports-with-dynamic-columns.md
- Custom fields (com_fields) support in TJReports plugins: tj-reports/tjreports-plugin-add-custom-fields-support.md
- TJNotifications:
- Introduction: tjnotifications/tjnotifications-introduction.md
- Database Schema: tjnotifications/tjnotifications-database-schema.md
- Onsite Notifications: tjnotifications/tjnotifications-onsite-notifications.md
- Integrating with Extensions: tjnotifications/tjnotifications-integrating-with-extensions.md
- APIs: tjnotifications/tjnotifications-apis.md
- TJQueue:
- Introduction: tj-queue/tjqueue-introduction.md
- Integrating with extensions: tj-queue/tjqueue-integrating-with-extensions.md
- TJVendors:
- Introduction: tj-vendors/tjvendors-introduction.md
- Integrating TJ Vendors with CPG Plugin: tj-vendors/tjvendors-integrating-with-cpg-plugin.md
- TJFields:
- Introduction: tj-fields/tjfields-introduction.md
- Integrating with extensions: tj-fields/com-tjfields-integrating-with-extensions.md
- Add new field Type: tj-fields/com-tjfields-add-new-field-type.md
- TJUCM:
- Introduction: tj-ucm/tjucm-introduction.md
- Features: tj-ucm/tjucm-features.md
- Other Horizontal Extensions:
- Hierarchy Management:
- Introduction: hierarchy-management/hierarchy-manager-introduction.md
- Terms & Conditions Manager:
- Introduction: tnc-manager/tncmanager-introduction.md