Some development teams are completely disconnected from the public internet, for security reasons. Engineers in these teams can still access the documentation on Sigasi Insights, using one of the procedures below.
Some things will not work if you view this website offline:
- Video’s are hosted separately, and will not be available
- External links will be broken
- The comments sections use an external service and will not be available
Local build with Hugo
You can generate the Sigasi insights pages locally:
- Download the source code of the Sigasi Insights website from GitHub: https://github.com/sigasi/sigasi_insights
- Make sure you have an extended edition of Hugo installed
- Generate the site
- For local use, run
hugo server
. Visit http://localhost:1313 to see the documentation. - For web hosting, generate the html code using
hugo
and copy the public folder to your internal server.
- For local use, run
See also
- The benefits of early detection (screencast)
- Sigasi Studio Editing Tricks (legacy)
- Prefix all signals in an instantiation (legacy)
- Quickly install plugins from an existing Sigasi installation in a new Sigasi installation (legacy)
- Adding custom code checkers to your project (legacy)