Skip to content

Commit d5374bf

Browse files
committed
Add RST docs for symfony.com
1 parent fbe4a1f commit d5374bf

22 files changed

+1542
-1370
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.* export-ignore
2+
*.rst export-ignore
23
*.md export-ignore
34
Resources/doc export-ignore
45
Tests export-ignore

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ It is compatible (and tested) with PHP 7.1+ on Symfony 4.x, 5.x and 6.x.
1212
Documentation
1313
-------------
1414

15-
The bulk of the documentation is stored in the [`Resources/doc`](Resources/doc/index.md) directory of this bundle:
16-
17-
* [Getting started](Resources/doc/index.md#getting-started)
18-
* [Prerequisites](Resources/doc/index.md#prerequisites)
19-
* [Installation](Resources/doc/index.md#installation)
20-
* [Configuration](Resources/doc/index.md#configuration)
21-
* [Usage](Resources/doc/index.md#usage)
22-
* [Notes](Resources/doc/index.md#notes)
23-
* [Further documentation](Resources/doc/index.md#further-documentation)
24-
* [Configuration reference](Resources/doc/1-configuration-reference.md)
25-
* [Data customization and validation](Resources/doc/2-data-customization.md)
26-
* [Functional testing](Resources/doc/3-functional-testing.md)
27-
* [Working with CORS requests](Resources/doc/4-cors-requests.md)
28-
* [JWT encoder service customization](Resources/doc/5-encoder-service.md)
29-
* [Extending Authenticator](Resources/doc/6-extending-jwt-authenticator.md)
30-
* [Creating JWT tokens programmatically](Resources/doc/7-manual-token-creation.md)
31-
* [A database-less user provider](Resources/doc/8-jwt-user-provider.md)
32-
* [Accessing the authenticated JWT token](Resources/doc/9-access-authenticated-jwt-token.md)
15+
The bulk of the documentation is stored in the [`Resources/doc`](Resources/doc/index.rst) directory of this bundle:
16+
17+
* [Getting started](Resources/doc/index.rst#getting-started)
18+
* [Prerequisites](Resources/doc/index.rst#prerequisites)
19+
* [Installation](Resources/doc/index.rst#installation)
20+
* [Configuration](Resources/doc/index.rst#configuration)
21+
* [Usage](Resources/doc/index.rst#usage)
22+
* [Notes](Resources/doc/index.rst#notes)
23+
* [Further documentation](Resources/doc/index.rst#further-documentation)
24+
* [Configuration reference](Resources/doc/1-configuration-reference.rst)
25+
* [Data customization and validation](Resources/doc/2-data-customization.rst)
26+
* [Functional testing](Resources/doc/3-functional-testing.rst)
27+
* [Working with CORS requests](Resources/doc/4-cors-requests.rst)
28+
* [JWT encoder service customization](Resources/doc/5-encoder-service.rst)
29+
* [Extending Authenticator](Resources/doc/6-extending-jwt-authenticator.rst)
30+
* [Creating JWT tokens programmatically](Resources/doc/7-manual-token-creation.rst)
31+
* [A database-less user provider](Resources/doc/8-jwt-user-provider.rst)
32+
* [Accessing the authenticated JWT token](Resources/doc/9-access-authenticated-jwt-token.rst)
3333

3434
Community Support
3535
-----------------
@@ -41,12 +41,12 @@ Github Issues are dedicated to bug reports and feature requests.
4141
Contributing
4242
------------
4343

44-
See the [CONTRIBUTING](CONTRIBUTING.md) file.
44+
See the [CONTRIBUTING](CONTRIBUTING.rst) file.
4545

4646
Upgrading from 1.x
4747
-------------------
4848

49-
Please see the [UPGRADE](UPGRADE-2.0.md) file.
49+
Please see the [UPGRADE](UPGRADE-2.0.rst) file.
5050

5151
Credits
5252
-------

Resources/doc/1-configuration-reference.md

-210
This file was deleted.

0 commit comments

Comments
 (0)