The MarkerMatic website, and where documentation lives
Find a file
jms5194 899e8733e1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update docs/consoles/digico.md
2025-09-04 15:14:01 -07:00
.vscode Add launch.json 2025-08-29 12:05:38 -07:00
_data Add robots.txt 2025-08-31 15:11:21 -07:00
_includes Add fallback .ico, still needed for Google 2025-08-30 12:33:05 -07:00
assets Add additional Digico images 2025-09-04 15:03:21 -07:00
core Add sitemap 2025-09-01 09:02:36 -07:00
docs Update docs/consoles/digico.md 2025-09-04 15:14:01 -07:00
original Add main window documentation, update Preferences to include External Control section 2025-09-01 15:40:02 -07:00
.eleventy.js Add a copy of the favicon to the root because some bots and browsers are dumb 2025-09-02 15:05:31 -07:00
.eleventyignore Change to solar icons, remove unneeded functions 2025-08-11 21:17:58 -07:00
.gitignore Add launch.json 2025-08-29 12:05:38 -07:00
.woodpecker.yaml Pass access key 2025-08-29 14:45:00 -07:00
favicon.ico Add a copy of the favicon to the root because some bots and browsers are dumb 2025-09-02 15:05:31 -07:00
main.md Update GitHub links to renamed repo 2025-09-02 11:56:00 -07:00
package-lock.json Add robots.txt 2025-08-31 15:11:21 -07:00
package.json Add robots.txt 2025-08-31 15:11:21 -07:00
README.md feat: update features content 2025-08-06 12:17:30 +02:00
settings.json Update GitHub links to renamed repo 2025-09-02 11:56:00 -07:00
thanks.md Update GitHub links to renamed repo 2025-09-02 11:56:00 -07:00

Eleventy LibDoc

Eleventy LibDoc website | 11ty website

Eleventy LibDoc is an easy to use and content focused starter project for Eleventy to craft slick and responsive documentation. It was was developed with accessibility awareness and low-tech mindset which allows to reach good page speed performances. It contains vanilla JS self-made components like search, primary navigation, table of content, code highlighting and sandboxes. Every page created with LibDoc is printable and can work properly even without Javascript by maintaining only essential features.

Netlify Status

LibDoc’s interface with both light and dark modes

image image

Note

Eleventy LibDoc is still under active development and therefore before reaching v1.0.0:

  • Full backward compatibility is not guaranteed.
  • Many features are subject to change.

Getting started

  1. Clone or fork https://github.com/ita-design-system/eleventy-libdoc
  2. Run npm install
  3. Enter your own settings in settings.json. Configuration.
  4. Build npx @11ty/eleventy --serve or npx @11ty/eleventy (if you already have your own web server).

View deployment of this repository

Key features

  • Content focused
    LibDoc is easy to install, deploy and use.
  • Accessibility
    LibDoc was developed with accessibility awareness.
  • Performance
    Low front-end dependencies and vanilla JS self-made components make LibDoc cross-browser compatibility and good performances. View performances.
  • Search
    Fuzzy and standard search modes. Keyboard shortcut 🆂 allows quick focus on search input field. Fuzzy search makes easy keyboard based navigation whereas standard search allows to find an exact match..
  • Smart navigation
    On page change, the primary navigation menu keeps its position.
  • Smart table of content
    In addition of a pure static table of content, LibDoc generates a floating TOC always visible that also displays the current window scroll position.
  • Fallback if no Javascript available
    LibDoc can work even without Javascript with reduced features.
  • Image transcoding
    LibDoc transcodes and resizes your source images into production ready formats.
  • Printable
    Every page created with LibDoc can be printed.
  • Light and dark modes
    LibDocs interface is available with both light and dark mode color schemes.
  • Slick code highlighting
    Display your code in a nice style and adjust which code languages you really use.
  • Sandboxes
    Showcase small demos or full HTML pages into a responsive dual pane.
  • Atom feed
    The Atom feed allows visitors to subscribe to post blog content.

Documentation

  • LibDocs homepage
    The website containing LibDocss presentation and comprehensive documentation.
    • Configuration
      List and descriptions of every LibDoc parameter.
    • Creating content
      How LibDoc can display your content in multiple ways.
    • Front matter
      Documentation of all front matter settings related to a LibDoc page.
    • Primary navigation
      Detailed features of LibDocs primary navigation.
    • SEO
      How LibDocs configuration and pages parameters are applied for Search Engine Optimization.
    • Credits
      LibDoc could not work without these resources.