Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyBar Documentation

Source for easybar.dev.

Build locally

Build the documentation with:

make build

The generated site is written to .site/.

Serve it locally with live reload:

make serve

Override source revisions when building against specific releases:

make build EASYBAR_REF=v0.43.0 WIDGETS_REF=main

Use sibling checkouts for local development:

make build \
  SKIP_FETCH=1 \
  EASYBAR_ROOT=../easybar \
  WIDGETS_ROOT=../widgets

Content

  • content/ contains hand-written documentation and site assets.
  • EasyBar provides configuration and Lua API reference data.
  • widgets provides package metadata and documentation.
  • .build/content/ contains the generated documentation tree used by MkDocs.

The site is rebuilt automatically when relevant EasyBar or widget content changes.

License

Licensed under the Apache License 2.0.

About

Documentation source and build pipeline for easybar.dev

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages