Skip to content

Commit 92c856d

Browse files
authored
Merge pull request #5420 from kenjis/fix-docs-general
docs: add TOC to general pages
2 parents 3432a9a + 47a4af2 commit 92c856d

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

user_guide_src/source/general/ajax.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ To get around this problem, the most efficient solution (so far) is to manually
88

99
Here's how to force the ``X-Requested-With`` header to be sent in the Fetch API and other JavaScript libraries.
1010

11+
.. contents::
12+
:local:
13+
:depth: 2
14+
1115
Fetch API
1216
=========
1317

user_guide_src/source/general/caching.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ page load speeds. By caching your pages, since they are saved in their
1212
fully rendered state, you can achieve performance much closer to that of
1313
static web pages.
1414

15+
.. contents::
16+
:local:
17+
:depth: 2
18+
1519
How Does Caching Work?
1620
======================
1721

user_guide_src/source/general/environments.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ while developing an application, but it may also pose a security issue
99
when "live". In development environments, you might want additional
1010
tools loaded that you don't in production environments, etc.
1111

12+
.. contents::
13+
:local:
14+
:depth: 2
15+
1216
The ENVIRONMENT Constant
1317
========================
1418

user_guide_src/source/general/managing_apps.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ directory. It is possible, however, to have multiple sets of
88
applications that share a single CodeIgniter installation, or even to
99
rename or relocate your application directory.
1010

11+
.. contents::
12+
:local:
13+
:depth: 2
14+
1115
Renaming or Relocating the Application Directory
1216
================================================
1317

user_guide_src/source/general/urls.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CodeIgniter URLs
33
################
44

5+
.. contents::
6+
:local:
7+
:depth: 2
8+
59
By default, URLs in CodeIgniter are designed to be search-engine and human-friendly. Rather than using the standard
610
"query-string" approach to URLs that is synonymous with dynamic systems, CodeIgniter uses a **segment-based** approach::
711

0 commit comments

Comments
 (0)