Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 29ff767

Browse files
committed
Updated Appendix section of the docs.
1 parent 1993bec commit 29ff767

File tree

7 files changed

+62
-12
lines changed

7 files changed

+62
-12
lines changed

docs/.scms.groovy

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ environments {
3838
'source/appendix/default-stormpath-properties.rst',
3939
'source/appendix/spring-boot-core-properties.rst',
4040
'source/appendix/spring-boot-web-properties.rst',
41-
'source/appendix/forgot-password.rst',
42-
'source/appendix/change-password.rst',
43-
'source/appendix/head.rst',
44-
'source/appendix/login.rst',
45-
'source/appendix/register.rst',
46-
'source/appendix/verify.rst']
41+
'source/appendix/head.rst']
4742
model {
4843
servlet = true
4944
maven.project.groupId = 'com.stormpath.sdk'
@@ -78,7 +73,7 @@ environments {
7873

7974
spring {
8075
scms {
81-
excludes = springExcludes + ['source/about_sczuul.rst', 'source/forwarded-request.rst']
76+
excludes = springExcludes + ['source/about_sczuul.rst', 'source/forwarded-request.rst', 'source/appendix/head.rst']
8277
model {
8378
spring = true
8479
maven.project.groupId = 'com.stormpath.spring'

docs/source/appendix.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Appendix
66
.. toctree::
77
:maxdepth: 1
88

9-
#if($servlet)
9+
#if( $servlet )
1010
appendix/web-stormpath-properties
1111
#else
1212
appendix/default-stormpath-properties
1313
#end
1414
appendix/i18n-properties
1515
appendix/stormpath-css
16-
#if(!$servlet)
1716
appendix/change-password
1817
appendix/forgot-password
18+
#if( $springboot or $sczuul )
1919
appendix/head
20+
#end
2021
appendix/login
2122
appendix/register
2223
appendix/verify
23-
#end

docs/source/appendix/change-password.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if( $springboot or $sczuul )
12
.. _change.html:
23

34
/templates/stormpath/change-password.html
@@ -6,3 +7,13 @@
67
.. literalinclude:: ../../../../../extensions/spring/boot/stormpath-thymeleaf-spring-boot-starter/src/main/resources/templates/stormpath/change-password.html
78
:language: html
89
:linenos:
10+
#elseif( $spring or $servlet )
11+
.. _change.jsp:
12+
13+
/WEB-INF/jsp/stormpath/change-password.jsp
14+
==========================================
15+
16+
.. literalinclude:: ../../../../../extensions/servlet/src/main/resources/META-INF/resources/WEB-INF/jsp/stormpath/change-password.jsp
17+
:language: none
18+
:linenos:
19+
#end

docs/source/appendix/forgot-password.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if( $springboot or $sczuul )
12
.. _forgot.html:
23

34
/templates/stormpath/forgot-password.html
@@ -6,3 +7,13 @@
67
.. literalinclude:: ../../../../../extensions/spring/boot/stormpath-thymeleaf-spring-boot-starter/src/main/resources/templates/stormpath/forgot-password.html
78
:language: html
89
:linenos:
10+
#elseif( $spring or $servlet )
11+
.. _forgot.jsp:
12+
13+
/WEB-INF/jsp/stormpath/forgot-password.jsp
14+
==========================================
15+
16+
.. literalinclude:: ../../../../../extensions/servlet/src/main/resources/META-INF/resources/WEB-INF/jsp/stormpath/forgot-password.jsp
17+
:language: none
18+
:linenos:
19+
#end

docs/source/appendix/login.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if( $springboot or $sczuul )
12
.. _login.html:
23

34
/templates/stormpath/login.html
@@ -6,3 +7,13 @@
67
.. literalinclude:: ../../../../../extensions/spring/boot/stormpath-thymeleaf-spring-boot-starter/src/main/resources/templates/stormpath/login.html
78
:language: html
89
:linenos:
10+
#elseif( $spring or $servlet )
11+
.. _login.jsp:
12+
13+
/WEB-INF/jsp/stormpath/login.jsp
14+
================================
15+
16+
.. literalinclude:: ../../../../../extensions/servlet/src/main/resources/META-INF/resources/WEB-INF/jsp/stormpath/login.jsp
17+
:language: none
18+
:linenos:
19+
#end

docs/source/appendix/register.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
#if( $springboot or $sczuul )
12
.. _register.html:
23

34
/templates/stormpath/register.html
45
==================================
56

67
.. literalinclude:: ../../../../../extensions/spring/boot/stormpath-thymeleaf-spring-boot-starter/src/main/resources/templates/stormpath/register.html
78
:language: html
8-
:linenos:
9+
:linenos:
10+
#elseif( $spring or $servlet )
11+
.. _register.jsp:
12+
13+
/WEB-INF/jsp/stormpath/register.jsp
14+
===================================
15+
16+
.. literalinclude:: ../../../../../extensions/servlet/src/main/resources/META-INF/resources/WEB-INF/jsp/stormpath/register.jsp
17+
:language: none
18+
:linenos:
19+
#end

docs/source/appendix/verify.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
#if( $springboot or $sczuul )
12
.. _verify.html:
23

34
/templates/stormpath/verify.html
45
================================
56

67
.. literalinclude:: ../../../../../extensions/spring/boot/stormpath-thymeleaf-spring-boot-starter/src/main/resources/templates/stormpath/verify.html
78
:language: html
8-
:linenos:
9+
:linenos:
10+
#elseif( $spring or $servlet )
11+
.. _verify.jsp:
12+
13+
/WEB-INF/jsp/stormpath/verify.jsp
14+
=================================
15+
16+
.. literalinclude:: ../../../../../extensions/servlet/src/main/resources/META-INF/resources/WEB-INF/jsp/stormpath/verify.jsp
17+
:language: none
18+
:linenos:
19+
#end

0 commit comments

Comments
 (0)