We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a910e commit e1da43eCopy full SHA for e1da43e
docs/build.novella
@@ -25,7 +25,6 @@ action "mkdocs-update-config" {
25
update '$.theme.features' add: []
26
update '$.theme.palette' set: {'primary': 'blue', 'accent': 'amber'}
27
update_with config -> {
28
- print(json.dumps(config, indent=2))
29
for module in databind_core_modules:
30
config['nav'][1]['CORE'][-1]['API'].append('core/api/' + module + '.md')
31
for module in databind_json_modules:
0 commit comments