|
| 1 | +# Parameters |
| 2 | +copyright: |
| 3 | + authors: Interlisp.org |
| 4 | + from_year: 2024 |
| 5 | + |
| 6 | +github_repo: https://github.com/interlisp/Interlisp.github.io |
| 7 | +github_branch: main |
| 8 | +github_project_repo: https://github.com/interlisp/medley |
| 9 | +github_subdir: |
| 10 | +gcs_engine_id: 33ef4cbe0703b4f3a |
| 11 | + |
| 12 | +# End user relevant links. These will show up on left side of footer and in the community page if you have one. |
| 13 | +links: |
| 14 | + user: |
| 15 | + - name: "User mailing list" |
| 16 | + url: "mailto:Interlisp@googlegroups.com" |
| 17 | + icon: "fa fa-envelope" |
| 18 | + desc: "Discussion and help from your fellow users" |
| 19 | + - name: "Twitter" |
| 20 | + url: "https://twitter.com/interlisp8" |
| 21 | + icon: "fab fa-twitter" |
| 22 | + desc: "Follow us on Twitter to get the latest news!" |
| 23 | +# - name: "Stack Overflow" |
| 24 | +# url: "https://stackoverflow.com/questions/tagged/graphviz" |
| 25 | +# icon: "fab fa-stack-overflow" |
| 26 | +# desc: "Practical questions and curated answers" |
| 27 | + |
| 28 | +# Developer relevant links. These will show up on right side of footer and in the community page if you have one. |
| 29 | + developer: |
| 30 | + - name: "On GitHub" |
| 31 | + url: "https://github.com/interlisp" |
| 32 | + icon: "fab fa-github" |
| 33 | + desc: "Development takes place here!" |
| 34 | +# - name: "Slack" |
| 35 | +# url: "https://example.org/slack" |
| 36 | +# icon: "fab fa-slack" |
| 37 | +# desc: "Chat with other project developers" |
| 38 | +# - name: "Developer mailing list" |
| 39 | +# url: "https://example.org/mail" |
| 40 | +# icon: "fa fa-envelope" |
| 41 | +# desc: "Discuss development issues around the project" |
| 42 | + |
| 43 | +taxonomy: |
| 44 | +# Nothing defined |
| 45 | + |
| 46 | +# User Interface Configuration options |
| 47 | +ui: |
| 48 | + # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events. |
| 49 | + # This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set. |
| 50 | + # If you want this feature, but occasionally need to remove the "Feedback" section from a single page, |
| 51 | + # add "hide_feedback: true" to the page's front matter. |
| 52 | + feedback: |
| 53 | + enable: true |
| 54 | + # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). |
| 55 | + yes: 'Glad to hear it! Please <a href="https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5">tell us how we can improve</a>.' |
| 56 | + no: 'Sorry to hear that. Please <a href="https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5">tell us how we can improve</a>.' |
| 57 | + |
| 58 | + # Adds a reading time to the top of each doc. |
| 59 | + # If you want this feature, but occasionally need to remove the Reading time from a single page, |
| 60 | + # add "hide_readingtime: true" to the page's front matter |
| 61 | + readingtime: |
| 62 | + enable: false |
| 63 | + |
| 64 | + # Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar |
| 65 | + navbar_logo: true |
| 66 | + |
| 67 | + # Turn off transparency in nav bar |
| 68 | + navbar_translucent_over_cover_disable: true |
| 69 | + |
| 70 | + # Enable to show the side bar menu in its compact state. |
| 71 | + sidebar_menu_compact: true |
| 72 | + sidebar_menu_foldable: true |
| 73 | + |
| 74 | + # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) |
| 75 | + sidebar_search_disable: false |
| 76 | + # Set to true to disable breadcrumb navigation. |
| 77 | + breadcrumb_disable: false |
| 78 | + |
| 79 | + # Set to true to disable the About link in the site footer |
| 80 | + footer_about_disable: true |
| 81 | + |
| 82 | + ul_show: 3 |
| 83 | + |
| 84 | + # Sidebar generation is slow otherwise |
| 85 | + sidebar_cache_limit: 100 |
| 86 | + |
| 87 | + # We have almost 200 attributes; don't truncate the sidebar to max 50 contents. |
| 88 | + sidebar_menu_truncate: 1000 |
0 commit comments