Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

toc.md 1.3KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Docs
  2. - User guide
  3. - [Get started](user-guide/get-started.md)
  4. - [Configuration](user-guide/configure.md)
  5. - Rules
  6. - [About](user-guide/rules/about.md)
  7. - [Combine](user-guide/rules/combine.md)
  8. - [Regex](user-guide/rules/regex.md)
  9. - [List](user-guide/rules/list.md)
  10. - Usage
  11. - [CLI](user-guide/usage/cli.md)
  12. - [Node.js API](user-guide/usage/node-api.md)
  13. - [PostCSS plugin](user-guide/usage/postcss-plugin.md)
  14. - [Options](user-guide/usage/options.md)
  15. - Integrations
  16. - [Editor](user-guide/integrations/editor.md)
  17. - [Task runner](user-guide/integrations/task-runner.md)
  18. - [Other](user-guide/integrations/other.md)
  19. - [Ignore code](user-guide/ignore-code.md)
  20. - [Errors](user-guide/errors.md)
  21. - Developer guide
  22. - [Rules](developer-guide/rules.md)
  23. - [Syntaxes](developer-guide/syntaxes.md)
  24. - [Plugins](developer-guide/plugins.md)
  25. - [Formatters](developer-guide/formatters.md)
  26. - [System tests](developer-guide/system-tests.md)
  27. - [Processors](developer-guide/processors.md)
  28. - Maintainer guide
  29. - [Issues](maintainer-guide/issues.md)
  30. - [Pull requests](maintainer-guide/pull-requests.md)
  31. - [Releases](maintainer-guide/releases.md)
  32. - About
  33. - [Linting](about/linting.md)
  34. - [Syntaxes](about/syntaxes.md)
  35. - [Semantic versioning](about/semantic-versioning.md)
  36. - [Vision](about/vision.md)