You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -733,6 +744,20 @@ This script re-generated OpenAPI schema for the Lightspeed Service REST API.
733
744
make schema
734
745
```
735
746
747
+
## Utility to generate documentation from source code
748
+
749
+
This script re-generate README.md files for all modules defined in the Lightspeed Stack Service.
750
+
751
+
### Path
752
+
753
+
[scripts/gen_doc.py](scripts/gen_doc.py)
754
+
755
+
### Usage
756
+
757
+
```
758
+
make doc
759
+
```
760
+
736
761
# Data Export Integration
737
762
738
763
The Lightspeed Core Stack integrates with the [lightspeed-to-dataverse-exporter](https://github.com/lightspeed-core/lightspeed-to-dataverse-exporter) service to automatically export various types of user interaction data to Red Hat's Dataverse for analysis.
0 commit comments