This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4k
/
Copy pathsite.xml
41 lines (33 loc) · 1.73 KB
/
site.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="OAuth for Spring Security">
<skin>
<groupId>org.springframework.maven.skins</groupId>
<artifactId>maven-spring-skin</artifactId>
<version>1.0.5</version>
</skin>
<body>
<links>
<item name="Home" href="index.html"/>
<item name="Tutorial" href="https://github.com/SpringSource/spring-security-oauth/wiki/tutorial"/>
<item name="User Guide" href="https://github.com/SpringSource/spring-security-oauth/wiki/devguide"/>
<item name="Support" href="https://github.com/SpringSource/spring-security-oauth/wiki/support"/>
<item name="Downloads" href="https://github.com/SpringSource/spring-security-oauth/wiki/downloads"/>
</links>
<menu name="OAuth for Spring Security">
<item name="Home" href="index.html"/>
<item name="Tutorial" href="https://github.com/SpringSource/spring-security-oauth/wiki/tutorial"/>
<item name="User Guide" href="https://github.com/SpringSource/spring-security-oauth/wiki/devguide"/>
<item name="Support" href="https://github.com/SpringSource/spring-security-oauth/wiki/support"/>
<item name="Downloads" href="https://github.com/SpringSource/spring-security-oauth/wiki/downloads"/>
<item name="JavaDocs" href="apidocs/index.html"/>
<item name="Source" href="source.html"/>
</menu>
<menu name="Other Links">
<item name="OAuth 1.0" href="https://oauth.net/"/>
<item name="OAuth 2.0" href="https://tools.ietf.org/html/draft-ietf-oauth-v2"/>
<item name="Spring Security" href="https://docs.spring.io/spring-security/site/"/>
<item name="Spring" href="https://springframework.org/"/>
</menu>
<menu ref="reports" inheritAsRef="true"/>
</body>
</project>