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 c3ce0ae commit 4246bdbCopy full SHA for 4246bdb
docs_headless/astro.config.mjs
@@ -275,6 +275,17 @@ export default defineConfig({
275
enterpriseEntry('useDeletedRecordsListController'),
276
],
277
},
278
+ {
279
+ label: 'History',
280
+ items: [
281
+ enterpriseEntry('HistoryFeatures', 'Setting up'),
282
+ enterpriseEntry('useAddRevisionAfterMutation'),
283
+ enterpriseEntry('useApplyChangesBasedOnSearchParam'),
284
+ enterpriseEntry('useDeleteRevisions'),
285
+ enterpriseEntry('useGenerateChangeMessage'),
286
+ enterpriseEntry('useGetRevisions'),
287
+ ],
288
+ },
289
{
290
label: 'Recipes',
291
items: ['caching', 'unittesting'],
0 commit comments