A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 repository: pmd/pmd 2 3 pmd: 4 version: 6.47.0 5 previous_version: 6.46.0 6 date: 25-June-2022 7 release_type: minor 8 9 # release types: major, minor, bugfix 10 11 output: web 12 # this property is useful for conditional filtering of content that is separate from the PDF. 13 14 topnav_title: PMD Source Code Analyzer Project 15 # this appears on the top navigation bar next to the home button 16 17 site_title: PMD Source Code Analyzer 18 # this appears in the html browser tab for the site title (seen mostly by search engines, not users) 19 20 company_name: PMD Open Source Project 21 # this appears in the footer 22 23 github_editme_path: pmd/pmd/blob/master/docs/ 24 # if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank. 25 26 disqus_shortname: 27 # if you're using disqus for comments, add the shortname here. if not, leave this value blank. 28 29 host: 127.0.0.1 30 # the preview server used. Leave as is. 31 32 port: 4005 33 # the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006. 34 35 # these are the files and directories that jekyll will exclude from the build 36 exclude: 37 - .idea/ 38 - .gitignore 39 - vendor/ 40 - Gemfile 41 - Gemfile.lock 42 - README.md 43 - Dockerfile 44 - build-docs.sh 45 - pdf-*.sh 46 - pdfconfigs/ 47 - pdf/ 48 - sitemap_generator.sh 49 - render_release_notes.rb 50 51 feedback_subject_line: PMD Source Code Analyzer 52 53 feedback_email: 54 # used as a contact email for the Feedback link in the top navigation bar 55 56 feedback_disable: true 57 # if you uncomment the previous line, the Feedback link gets removed 58 59 # feedback_text: "Need help?" 60 # if you uncomment the previous line, it changes the Feedback text 61 62 # feedback_link: "http://helpy.io/" 63 # if you uncomment the previous line, it changes where the feedback link points to 64 65 66 markdown: kramdown 67 highlighter: rouge 68 kramdown: 69 input: GFM 70 auto_ids: true 71 hard_wrap: false 72 syntax_highlighter: rouge 73 syntax_highlighter_opts: 74 css_class: 'highlight' 75 # filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways 76 77 collections: 78 tooltips: 79 output: false 80 # collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true 81 82 defaults: 83 - 84 scope: 85 path: "" 86 type: "pages" 87 values: 88 layout: "page" 89 comments: true 90 search: true 91 sidebar: pmd_sidebar 92 - 93 scope: 94 path: "" 95 type: "tooltips" 96 values: 97 layout: "page" 98 comments: true 99 search: true 100 tooltip: true 101 102 - 103 scope: 104 path: "" 105 type: "posts" 106 values: 107 layout: "post" 108 comments: true 109 search: true 110 sidebar: pmd_sidebar 111 112 # these are defaults used for the frontmatter for these file types 113 114 sidebars: 115 - pmd_sidebar 116 117 description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features." 118 # the description is used in the feed.xml file 119 120 # needed for sitemap.xml file only 121 url: https://pmd.github.io/pmd 122 baseurl: "" 123 124 # used by javadoc_tag.rb 125 # https://javadoc.io/page/net.sourceforge.pmd 126 javadoc_url_prefix: https://docs.pmd-code.org/apidocs