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
> By default, the `streamlit_autorun` argument is set to False, but you can use it in case you want to automatically run the streamlit app.
129
+
> You can also specify the output directory with the `--output_directory` argumument, which defaults to the current working directory.
130
+
> See all available arguments with the `--help` option.
131
+
129
132
130
133
### Folder structure
131
134
@@ -154,6 +157,8 @@ report_folder/
154
157
The titles for sections, subsections, and components are extracted from the corresponding folder and file names, and afterward, users can add descriptions, captions, and other details to the configuration file. Component types are inferred from the file extensions and names.
155
158
The order of sections, subsections, and components can be defined using numerical suffixes in folder and file names.
156
159
160
+
### Configuration file
161
+
157
162
It's also possible to provide a configuration file instead of a directory:
If a configuration file is given, users can specify titles and descriptions for sections and subsections, as well as component paths and required attributes, such as file format and delimiter for dataframes, plot types, and other details.
164
169
170
+
The component paths in the configuration file can be absolute or relative to the execution directory. In the examples, we assume that the working directory is the `docs` folder, so the paths are relative to it. If you run VueGen from another directory, you need to adjust the paths accordingly.
0 commit comments