v{activeVersion.name}
+ : <>the latest development snapshot from the main branch>;
+}
+
+// DevSnapshotSection offers the main-branch manifest as an alternative;
+// on the Dev docs the main install already is that manifest, so hide it.
+export function DevSnapshotSection(): ReactElement {
+ const activeVersion = useActiveVersion('default');
+ if (!activeVersion || activeVersion.name === 'current') {
+ return (
+ The install
+ command above already applies the latest development
+ snapshot from the main branch.
You can also test the latest development snapshot of the plugin + with the following command:
+