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 6e32f4e commit e83c3e0Copy full SHA for e83c3e0
website/src/metadata.ts
@@ -1,7 +1,7 @@
1
import { version } from "../package.json";
2
3
// TODO: The metadata will be configurable via a JSON configuration file.
4
-/** The version of the documentation. */
+/** The version of the documentation, without a leading `v`. */
5
export { version };
6
/** The official Typst website URL. */
7
export const typstOfficialUrl = "https://typst.app";
0 commit comments