Skip to content

Commit f4eed93

Browse files
committed
docs: remove /docs, because no such directory
1 parent d4db7b2 commit f4eed93

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

user_guide_src/source/concepts/structure.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ can change to meet the needs of your application.
88
Default Directories
99
===================
1010

11-
A fresh install has six directories: ``/app``, ``/system``, ``/public``,
12-
``/writable``, ``/tests`` and possibly ``/docs``.
11+
A fresh install has five directories: ``/app``, ``/public``,
12+
``/writable``, ``/tests`` and ``/system`` or ``/vendor``.
1313
Each of these directories has a very specific part to play.
1414

1515
app
@@ -75,11 +75,6 @@ This directory is set up to hold your test files. The ``_support`` directory hol
7575
utilities that you can use while writing your tests. This directory does not need to be transferred to your
7676
production servers.
7777

78-
docs
79-
----
80-
If this directory is part of your project, it holds a local copy of the CodeIgniter4
81-
User Guide.
82-
8378
Modifying Directory Locations
8479
-----------------------------
8580

0 commit comments

Comments
 (0)