docs
docs copied to clipboard
first draft of documenting feature flags
@David-Kunz @sjvans Do you know any additional feature flag that must be documented?
@David-Kunz @sjvans Do you know any additional feature flag that must be documented?
did you check cds/lib/env/defaults.js?
maybe:
- precompile_edms
- serve_on_root
- skip_unused
- implicit_next (or rather remove?!)
- keys_in_data_compat
- okra_skip_query_options
- precise_timestamps
- optimized_search
kibana_formatter can probably be left out as i'm already working on removing it...
- precompile_edms → obsolete with okra replacement? If yes, don't document.
- serve_on_root → should include for now
- skip_unused → It's not documented, I'd skip that for now.
- implicit_next (or rather remove?!) → remove, compat from cds 4
- keys_in_data_compat → rather remove, compat from cds 5
- okra_skip_query_options → I'd not document that because of okra replacement
- precise_timestamps → intentionally undocumented for now
- optimized_search → probably should document
- kibana_formatter → remove
@johannes-vogel
-
stream_compat