@@ -12,24 +12,24 @@ It is compatible (and tested) with PHP 7.1+ on Symfony 4.x, 5.x and 6.x.
12
12
Documentation
13
13
-------------
14
14
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 )
33
33
34
34
Community Support
35
35
-----------------
@@ -41,12 +41,12 @@ Github Issues are dedicated to bug reports and feature requests.
41
41
Contributing
42
42
------------
43
43
44
- See the [ CONTRIBUTING] ( CONTRIBUTING.md ) file.
44
+ See the [ CONTRIBUTING] ( CONTRIBUTING.rst ) file.
45
45
46
46
Upgrading from 1.x
47
47
-------------------
48
48
49
- Please see the [ UPGRADE] ( UPGRADE-2.0.md ) file.
49
+ Please see the [ UPGRADE] ( UPGRADE-2.0.rst ) file.
50
50
51
51
Credits
52
52
-------
0 commit comments