Skip to content

Commit 7c01f93

Browse files
committed
Some fix make and publish documentation
1 parent 5fc89b5 commit 7c01f93

File tree

4 files changed

+41
-18
lines changed

4 files changed

+41
-18
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
pip3 install mkdocs-material
2323
pip3 install mkdocs-git-revision-date-localized-plugin
2424
pip3 install mkdocs-redirects
25-
- name: Publish Documentation
25+
- name: Publish Codeigniter4-Datatables Documentation
2626
run: mkdocs gh-deploy --force

.idea/workspace.xml

Lines changed: 25 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is an extesion for CodeIgniter 4 for add the Datatables support of your app
44

55
Among the many features and tools it provides are:
66

7+
-
8+
-
79

810
### License
911

mkdocs.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
site_name: codeigniter4-datatables
2-
site_description: Documentation for the Datatables support to your application made with the framework CodeIgniter 4
1+
site_name: Codeigniter4-Datatables
2+
site_description: Documentation for Datatables support in your application built with the CodeIgniter 4 framework
33

44
theme:
55
name: material
@@ -37,27 +37,27 @@ theme:
3737
- search.share
3838

3939
extra:
40-
homepage: https://codeigniter.com
40+
homepage: https://github.com/atsanna/codeigniter4-datatables
4141
generator: false
4242

4343
social:
4444
- icon: material/github
4545
link: https://github.com/atsanna/codeigniter4-datatables
4646
name: GitHub
47-
- icon: material/twitter
48-
link: https://twitter.com/CodeIgniterPhp
49-
name: X
50-
- icon: material/forum
51-
link: https://forum.codeigniter.com
52-
name: Forum Codeigniter
53-
- icon: material/slack
54-
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
55-
name: Slack
47+
# - icon: material/twitter
48+
# link: https://twitter.com/CodeIgniterPhp
49+
# name: X
50+
# - icon: material/forum
51+
# link: https://forum.codeigniter.com
52+
# name: Forum Codeigniter
53+
# - icon: material/slack
54+
# link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
55+
# name: Slack
5656

5757
site_url: https://atsanna.github.io/codeigniter4-datatables
5858
repo_url: https://github.com/atsanna/codeigniter4-datatables
5959
edit_uri: edit/main/docs/
60-
copyright: Copyright © 2023 CodeIgniter Foundation.
60+
copyright: Copyright © 2024 Antonio Sanna.
6161

6262
markdown_extensions:
6363
- pymdownx.superfences

0 commit comments

Comments
 (0)