Skip to content

Commit d8c602d

Browse files
author
committed
Deployed 0ef1721 with MkDocs version: 1.6.1
1 parent c9f6722 commit d8c602d

41 files changed

Lines changed: 78 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ <h1>404 - Not found</h1>
17481748
<div class="md-copyright">
17491749

17501750
<div class="md-copyright__highlight">
1751-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
1751+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
17521752
</div>
17531753

17541754

addons/jwt/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ <h2 id="logging">Logging</h2>
25282528
<div class="md-copyright">
25292529

25302530
<div class="md-copyright__highlight">
2531-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
2531+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
25322532
</div>
25332533

25342534

510 Bytes
Binary file not shown.

assets/hooks.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from datetime import datetime
2+
3+
def on_config(config, **kwargs):
4+
config.copyright = config.copyright.format(year=datetime.now().year)
5+
return config

customization/adding_attributes_to_users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ <h2 id="customize-register-view">Customize Register View</h2>
21672167
<div class="md-copyright">
21682168

21692169
<div class="md-copyright__highlight">
2170-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
2170+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
21712171
</div>
21722172

21732173

customization/custom_authenticators/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ <h2 id="using-the-authenticator">Using the Authenticator</h2>
21012101
<div class="md-copyright">
21022102

21032103
<div class="md-copyright__highlight">
2104-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
2104+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
21052105
</div>
21062106

21072107

customization/extending_controllers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ <h2 id="how-to-extend">How to Extend</h2>
19851985
<div class="md-copyright">
19861986

19871987
<div class="md-copyright__highlight">
1988-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
1988+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
19891989
</div>
19901990

19911991

customization/integrating_custom_view_libs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ <h1 id="integrating-custom-view-libraries">Integrating Custom View Libraries</h1
18871887
<div class="md-copyright">
18881888

18891889
<div class="md-copyright__highlight">
1890-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
1890+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
18911891
</div>
18921892

18931893

customization/login_identifier/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ <h2 id="customize-login-view">Customize Login View</h2>
20582058
<div class="md-copyright">
20592059

20602060
<div class="md-copyright__highlight">
2061-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
2061+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
20622062
</div>
20632063

20642064

customization/redirect_urls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ <h2 id="customize-logout-redirect">Customize Logout Redirect</h2>
20182018
<div class="md-copyright">
20192019

20202020
<div class="md-copyright__highlight">
2021-
Copyright &copy; 2023-2025 CodeIgniter Foundation.
2021+
Copyright &copy; 2022-2026 CodeIgniter Foundation.
20222022
</div>
20232023

20242024

0 commit comments

Comments
 (0)