File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11import { version } from "../package.json" ;
22
3+ // TODO: The metadata will be configurable via a JSON configuration file.
4+ /** The version of the documentation. */
35export { version } ;
6+ /** The official Typst website URL. */
47export const typstOfficialUrl = "https://typst.app" ;
8+ /** The official Typst documentation base URL. */
59export const typstOfficialDocsUrl = "https://typst.app/docs" ;
10+ /** The GitHub organization URL. */
611export const githubOrganizationUrl = "https://github.com/typst-jp" ;
12+ /** The GitHub repository URL. */
713export const githubRepositoryUrl =
814 "https://github.com/typst-jp/typst-jp.github.io" ;
15+ /** The Discord server invite URL. */
916export const discordServerUrl = "https://discord.gg/9xF7k4aAuH" ;
17+ /** The origin URL of the deployed site. */
1018export const originUrl = "https://typst-jp.github.io/" ;
19+ /** The base public path for deployment. This must match the value used in typst-docs. */
1120export const basePath : string = "/docs/" ;
You can’t perform that action at this time.
0 commit comments