1
0
mirror of synced 2026-08-05 17:57:15 +00:00
Files
spring-security/_config.yml
T

36 lines
1.1 KiB
YAML
Raw Normal View History

2013-09-07 08:02:59 -07:00
### Global gh-pages pre-amble
safe: true
lsi: false
pygments: true
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
### The following properties will change on a project-by-project basis
# Context path in the remote website (usually /<project>), will be prepended to absolute URLs for static resources
2013-09-07 16:40:41 -07:00
baseurl: /spring-security
2013-09-07 08:02:59 -07:00
# Name of the project for display in places like page titles
2013-09-07 16:40:41 -07:00
name: Spring Security
2013-09-07 08:02:59 -07:00
# ID of the project in the metadata API at spring.io (if this is not a
# valid project ID the javascript widgets in the home page will not work)
2013-09-07 16:40:41 -07:00
project: spring-security
2013-09-07 08:02:59 -07:00
# Project github URL
2013-09-07 16:40:41 -07:00
github_repo_url: http://github.com/spring-projects/spring-security
2013-09-07 08:02:59 -07:00
# Project forum URL
2013-10-11 09:38:07 -05:00
forum: http://forum.spring.io/forum/spring-projects/security
2013-09-07 08:02:59 -07:00
2013-09-07 16:40:41 -07:00
# Custom properties
guides_base_url: http://docs.spring.io/spring-security/site/docs/3.2.x/guides
2013-09-07 08:02:59 -07:00
### The following properties are constant for most projects
main_site_url: http://spring.io
projects_site_url: http://projects.spring.io
forum_url: http://forum.spring.io