Skip to content

Commit 8c9fde0

Browse files
committed
Move the documentation to the root
1 parent 1156480 commit 8c9fde0

19 files changed

+4
-13
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/Changelog.md export-ignore
66
/Makefile export-ignore
77
/README.md export-ignore
8+
/docs/ export-ignore
89
/tests/ export-ignore
910
/Upgrade.md export-ignore
1011
/phpunit.xml.dist export-ignore

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,10 @@ The package only receives minimal maintenance to allow existing projects to upgr
3434
Documentation
3535
-------------
3636

37-
The source of the documentation is stored in the `Resources/doc/` folder
38-
in this bundle, and available on symfony.com:
37+
The source of the documentation is stored in the `docs/` folder
38+
in this bundle.
3939

40-
[Read the Documentation for master](https://symfony.com/doc/master/bundles/FOSUserBundle/index.html)
41-
42-
[Read the Documentation for 1.3.x](https://symfony.com/doc/1.3.x/bundles/FOSUserBundle/index.html)
43-
44-
Installation
45-
------------
46-
47-
All the installation instructions are located in the documentation.
40+
[Read the Documentation for the current branch](docs/index.rst)
4841

4942
License
5043
-------

composer.json

-3
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,5 @@
7373
"psr-4": {
7474
"FOS\\UserBundle\\Tests\\": "tests"
7575
}
76-
},
77-
"support": {
78-
"docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html"
7976
}
8077
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)