Graylog frontend documentation and component gallery. See the live version at:
https://graylog2.github.io/frontend-documentation/
You can run a local version of the documentation from the graylog2-server repository:
-
Clone graylog2-server
-
Go to the
graylog2-web-interface
folder:cd graylog2-web-interface
-
Install the web interface requirements
-
Run
yarn install
-
Run
yarn run docs:server
-
Go to
http://localhost:6060
on your favourite browser to see the site
NOTE The contents of this repository are auto-generated by React Styleguidist and you should not edit them by hand.
You can contribute to the documentation by:
- Editing the markdown files under
https://github.com/Graylog2/graylog2-server/tree/master/graylog2-web-interface/docs
- Editing the inline JSDoc documentation for components in
https://github.com/Graylog2/graylog2-server/tree/master/graylog2-web-interface/src/components
- Editing the example markdown files for components in
https://github.com/Graylog2/graylog2-server/tree/master/graylog2-web-interface/src/components
Please note that only documentation for components that are more likely to be shared is currently published in the component gallery. Namely, these are the folders we publish:
src/components/bootstrap
src/components/common
src/components/configurationforms
src/components/inputs
src/components/visualizations