From 7cd7a9ea0ad5711f6eb1151e6f8a68c06868a913 Mon Sep 17 00:00:00 2001 From: "g. nicholas d'andrea" Date: Fri, 27 Sep 2024 21:15:43 -0400 Subject: [PATCH] Fix pointer template spec URL to match schema i.e., /spec/pointer/template instead of <...>/templates --- packages/web/spec/pointer/templates.mdx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 packages/web/spec/pointer/templates.mdx diff --git a/packages/web/spec/pointer/templates.mdx b/packages/web/spec/pointer/templates.mdx deleted file mode 100644 index 6f7109e9..00000000 --- a/packages/web/spec/pointer/templates.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -sidebar_position: 7 ---- - -import SchemaViewer from "@site/src/components/SchemaViewer"; - -# Pointer templates - -This format provides the concept of a **pointer template** to allow -deduplicating representations. Pointer templates are defined to specify the -variables they expect in scope and the pointer definition that uses those -variables. - -