_config.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ### Global gh-pages pre-amble
  2. safe: true
  3. lsi: false
  4. pygments: true
  5. markdown: redcarpet
  6. redcarpet:
  7. extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
  8. ### The following properties will change on a project-by-project basis
  9. # Context path in the remote website (usually /<project>), will be prepended to absolute URLs for static resources
  10. baseurl: /spring-security
  11. # Name of the project for display in places like page titles
  12. name: Spring Security
  13. # ID of the project in the metadata API at spring.io (if this is not a
  14. # valid project ID the javascript widgets in the home page will not work)
  15. project: spring-security
  16. # Project github URL
  17. github_repo_url: http://github.com/spring-projects/spring-security
  18. # Project forum URL
  19. forum: http://forum.spring.io/forum/spring-projects/security
  20. # Custom properties
  21. guides_base_url: http://docs.spring.io/spring-security/site/docs/3.2.x/guides
  22. ### The following properties are constant for most projects
  23. main_site_url: http://spring.io
  24. projects_site_url: http://projects.spring.io
  25. forum_url: http://forum.spring.io