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 041601e commit 1942d22Copy full SHA for 1942d22
packages/gitbook/src/lib/api.ts
@@ -242,7 +242,7 @@ export const getLatestOpenAPISpecVersionContent = cache({
242
* Resolve a URL to the content to render.
243
*/
244
export const getPublishedContentByUrl = cache({
245
- name: 'api.getPublishedContentByUrl.v6',
+ name: 'api.getPublishedContentByUrl.v7',
246
tag: (url) => getCacheTagForURL(url),
247
get: async (
248
url: string,
0 commit comments