Skip to content

Commit 2bf8c55

Browse files
committed
[Filesystem] Moved current document to a dedicated folder
1 parent 39b4430 commit 2bf8c55

File tree

6 files changed

+31
-20
lines changed

6 files changed

+31
-20
lines changed

components/filesystem.rst renamed to components/filesystem/filesystem.rst

+2-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1-
.. index::
2-
single: Filesystem
3-
4-
The Filesystem Component
5-
========================
6-
7-
The Filesystem component provides basic utilities for the filesystem.
8-
9-
.. versionadded:: 2.1
10-
The Filesystem component was introduced in Symfony 2.1. Previously, the
11-
``Filesystem`` class was located in the HttpKernel component.
12-
13-
Installation
14-
------------
15-
16-
You can install the component in 2 different ways:
17-
18-
* :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_);
19-
* Use the official Git repository (https://github.com/symfony/Filesystem).
1+
Filesystem
2+
==========
203

214
Usage
225
-----

components/filesystem/index.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Filesystem
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
introduction
8+
filesystem
9+
lockhandler
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
The Filesystem Component
2+
========================
3+
4+
The Filesystem component provides basic utilities for the filesystem.
5+
6+
.. versionadded:: 2.1
7+
The Filesystem component was introduced in Symfony 2.1. Previously, the
8+
``Filesystem`` class was located in the HttpKernel component.
9+
10+
Installation
11+
------------
12+
13+
You can install the component in 2 different ways:
14+
15+
* :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_);
16+
* Use the official Git repository (https://github.com/symfony/Filesystem).

components/filesystem/lockhandler.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Lockhandler
2+
===========

components/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Components
1414
dom_crawler
1515
event_dispatcher/index
1616
expression_language/index
17-
filesystem
17+
filesystem/index
1818
finder
1919
form/index
2020
http_foundation/index

redirection_map

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/cookbook/console/generating_urls /cookbook/console/sending_emails
2323
/components/yaml /components/yaml/introduction
2424
/components/templating /components/templating/introduction
25+
/components/filesystem /components/filesystem/introduction
2526
/cmf/reference/configuration/block /cmf/bundles/block/configuration
2627
/cmf/reference/configuration/content /cmf/bundles/content/configuration
2728
/cmf/reference/configuration/core /cmf/bundles/core/configuration

0 commit comments

Comments
 (0)