From 98e34ec4e4faa6d81a405c0e61760fe307f188dd Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 10 Dec 2024 23:48:51 +0530 Subject: [PATCH] 1st commit for 6.x --- config/conf.py | 15 ++++++++------- en/index.rst | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/config/conf.py b/config/conf.py index 5471b97e9c..f9acef2403 100644 --- a/config/conf.py +++ b/config/conf.py @@ -10,20 +10,21 @@ # built documents. # # The short X.Y version. -version = '5.next' +version = '6.x' # The full version, including alpha/beta/rc tags. -release = '5.next' +release = '6.x' # The search index version. -search_version = '5-next' +search_version = '6-x' # The marketing diplay name for the book. version_name = 'Chiffon' # Other versions that display in the version picker menu. version_list = [ - {'name': '5.x', 'number': '5', 'current': True, 'title': '5.x Book'}, + {'name': '6.x', 'number': '6', 'current': True, 'title': '6.x Book'}, + {'name': '5.x', 'number': '5', 'title': '5.x Book'}, {'name': '4.x', 'number': '4', 'title': '4.x Book'}, {'name': '3.x', 'number': '3', 'title': '3.x Book'}, {'name': '2.x', 'number': '2', 'title': '2.x Book'}, @@ -39,7 +40,7 @@ # The GitHub branch name for this version of the docs # for edit links to point at. -branch = '5.next' +branch = '6.x' # Add any paths that contain custom themes here, relative to this directory. html_theme_path = [] @@ -112,8 +113,8 @@ epub_tocdepth = 2 rst_epilog = """ -.. |phpversion| replace:: **8.3** -.. |minphpversion| replace:: 8.1 +.. |phpversion| replace:: **8.4** +.. |minphpversion| replace:: 8.4 """ # todo_include_todos = True diff --git a/en/index.rst b/en/index.rst index 093bbf9e9e..524c2989ec 100644 --- a/en/index.rst +++ b/en/index.rst @@ -1,7 +1,7 @@ Welcome ####### -CakePHP 5 is a web development framework running on PHP |phpversion| (min. PHP +CakePHP 6 is a web development framework running on PHP |phpversion| (min. PHP |minphpversion|). Read :doc:`CakePHP at a Glance ` to get an introduction to the fundamentals of CakePHP.