From c76f185e8da89c5904a9b2c50f377c74e5594d52 Mon Sep 17 00:00:00 2001 From: TheCedarPrince Date: Sun, 12 May 2024 22:48:39 -0400 Subject: [PATCH] Nuked the branch to try to fix docs deployment --- README.md | 1 - dev/.documenter/.vitepress/config.mts | 60 ------ dev/.documenter/.vitepress/theme/index.ts | 19 -- dev/.documenter/.vitepress/theme/style.css | 179 ------------------ dev/.documenter/api.md | 6 - dev/.documenter/contributing.md | 2 - dev/.documenter/index.md | 7 - dev/.documenter/tutorials.md | 4 - dev/siteinfo.js | 1 - index.html | 2 - .../PR13/.documenter/.vitepress/config.mts | 54 ------ .../.documenter/.vitepress/theme/index.ts | 19 -- .../.documenter/.vitepress/theme/style.css | 179 ------------------ previews/PR13/.documenter/index.md | 7 - previews/PR13/siteinfo.js | 1 - .../PR19/.documenter/.vitepress/config.mts | 60 ------ .../.documenter/.vitepress/theme/index.ts | 19 -- .../.documenter/.vitepress/theme/style.css | 179 ------------------ previews/PR19/.documenter/api.md | 6 - previews/PR19/.documenter/contributing.md | 2 - previews/PR19/.documenter/index.md | 7 - previews/PR19/.documenter/tutorials.md | 4 - previews/PR19/siteinfo.js | 1 - versions.js | 5 - 24 files changed, 824 deletions(-) delete mode 100644 README.md delete mode 100644 dev/.documenter/.vitepress/config.mts delete mode 100644 dev/.documenter/.vitepress/theme/index.ts delete mode 100644 dev/.documenter/.vitepress/theme/style.css delete mode 100644 dev/.documenter/api.md delete mode 100644 dev/.documenter/contributing.md delete mode 100644 dev/.documenter/index.md delete mode 100644 dev/.documenter/tutorials.md delete mode 100644 dev/siteinfo.js delete mode 100644 index.html delete mode 100644 previews/PR13/.documenter/.vitepress/config.mts delete mode 100644 previews/PR13/.documenter/.vitepress/theme/index.ts delete mode 100644 previews/PR13/.documenter/.vitepress/theme/style.css delete mode 100644 previews/PR13/.documenter/index.md delete mode 100644 previews/PR13/siteinfo.js delete mode 100644 previews/PR19/.documenter/.vitepress/config.mts delete mode 100644 previews/PR19/.documenter/.vitepress/theme/index.ts delete mode 100644 previews/PR19/.documenter/.vitepress/theme/style.css delete mode 100644 previews/PR19/.documenter/api.md delete mode 100644 previews/PR19/.documenter/contributing.md delete mode 100644 previews/PR19/.documenter/index.md delete mode 100644 previews/PR19/.documenter/tutorials.md delete mode 100644 previews/PR19/siteinfo.js delete mode 100644 versions.js diff --git a/README.md b/README.md deleted file mode 100644 index 4eb5cb8..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# OMOPCDMPathways.jl diff --git a/dev/.documenter/.vitepress/config.mts b/dev/.documenter/.vitepress/config.mts deleted file mode 100644 index c4e3907..0000000 --- a/dev/.documenter/.vitepress/config.mts +++ /dev/null @@ -1,60 +0,0 @@ -import { defineConfig } from 'vitepress' -import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs' -import mathjax3 from "markdown-it-mathjax3"; -import footnote from "markdown-it-footnote"; - -// https://vitepress.dev/reference/site-config -export default defineConfig({ - base: '/OMOPCDMPathways.jl/dev/',// TODO: replace this in makedocs! - title: 'OMOPCDMPathways.jl', - description: "A VitePress Site", - lastUpdated: true, - cleanUrls: true, - outDir: '../final_site', // This is required for MarkdownVitepress to work correctly... - - ignoreDeadLinks: true, - - markdown: { - math: true, - config(md) { - md.use(tabsMarkdownPlugin), - md.use(mathjax3), - md.use(footnote) - }, - theme: { - light: "github-light", - dark: "github-dark"} - }, - themeConfig: { - outline: 'deep', - - search: { - provider: 'local', - options: { - detailedView: true - } - }, - nav: [ -{ text: 'Home', link: '/index' }, -{ text: 'Tutorials', link: '/tutorials' }, -{ text: 'Api', link: '/api' }, -{ text: 'Contributing', link: '/contributing' } -] -, - sidebar: [ -{ text: 'Home', link: '/index' }, -{ text: 'Tutorials', link: '/tutorials' }, -{ text: 'Api', link: '/api' }, -{ text: 'Contributing', link: '/contributing' } -] -, - editLink: { pattern: "https://github.com/JuliaHealth/OMOPCDMPathways.jl/edit/main/docs/src/:path" }, - socialLinks: [ - { icon: 'github', link: 'https://github.com/JuliaHealth/OMOPCDMPathways.jl' } - ], - footer: { - message: 'Made with DocumenterVitepress.jl
', - copyright: `© Copyright ${new Date().getUTCFullYear()}.` - } - } -}) diff --git a/dev/.documenter/.vitepress/theme/index.ts b/dev/.documenter/.vitepress/theme/index.ts deleted file mode 100644 index 463b5d8..0000000 --- a/dev/.documenter/.vitepress/theme/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// .vitepress/theme/index.ts -import { h } from 'vue' -import type { Theme } from 'vitepress' -import DefaultTheme from 'vitepress/theme' - -import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client' -import './style.css' - -export default { - extends: DefaultTheme, - Layout() { - return h(DefaultTheme.Layout, null, { - // https://vitepress.dev/guide/extending-default-theme#layout-slots - }) - }, - enhanceApp({ app, router, siteData }) { - enhanceAppWithTabs(app) - } -} satisfies Theme \ No newline at end of file diff --git a/dev/.documenter/.vitepress/theme/style.css b/dev/.documenter/.vitepress/theme/style.css deleted file mode 100644 index d2ca479..0000000 --- a/dev/.documenter/.vitepress/theme/style.css +++ /dev/null @@ -1,179 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Space+Mono:regular,italic,700,700italic); -@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:regular,italic,700,700italic); - -/* Customize default theme styling by overriding CSS variables: -https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css - */ - - /* Layouts */ - -/* - :root { - --vp-layout-max-width: 1440px; -} */ - -.VPHero .clip { - white-space: pre; - max-width: 500px; -} - -/* Fonts */ - - :root { - /* Typography */ - --vp-font-family-base: "Barlow", "Inter var experimental", "Inter var", - -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, - Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - - /* Code Snippet font */ - --vp-font-family-mono: "Space Mono", Menlo, Monaco, Consolas, "Courier New", - monospace; -} - -.mono { - /* - Disable contextual alternates (kind of like ligatures but different) in monospace, - which turns `/>` to an up arrow and `|>` (the Julia pipe symbol) to an up arrow as well. - This is pretty bad for Julia folks reading even though copy+paste retains the same text. - */ - font-feature-settings: 'calt' 0; -} - -/* Colors */ - -:root { - --julia-blue: #4063D8; - --julia-purple: #9558B2; - --julia-red: #CB3C33; - --julia-green: #389826; - - --vp-c-brand: #389826; - --vp-c-brand-light: #3dd027; - --vp-c-brand-lighter: #9499ff; - --vp-c-brand-lightest: #bcc0ff; - --vp-c-brand-dark: #535bf2; - --vp-c-brand-darker: #454ce1; - --vp-c-brand-dimm: #212425; -} - - /* Component: Button */ - -:root { - --vp-button-brand-border: var(--vp-c-brand-light); - --vp-button-brand-text: var(--vp-c-white); - --vp-button-brand-bg: var(--vp-c-brand); - --vp-button-brand-hover-border: var(--vp-c-brand-light); - --vp-button-brand-hover-text: var(--vp-c-white); - --vp-button-brand-hover-bg: var(--vp-c-brand-light); - --vp-button-brand-active-border: var(--vp-c-brand-light); - --vp-button-brand-active-text: var(--vp-c-white); - --vp-button-brand-active-bg: var(--vp-button-brand-bg); -} - -/* Component: Home */ - -:root { - --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: -webkit-linear-gradient( - 120deg, - #9558B2 30%, - #CB3C33 - ); - - --vp-home-hero-image-background-image: linear-gradient( - -45deg, - #9558B2 30%, - #389826 30%, - #CB3C33 - ); - --vp-home-hero-image-filter: blur(40px); -} - -@media (min-width: 640px) { - :root { - --vp-home-hero-image-filter: blur(56px); - } -} - -@media (min-width: 960px) { - :root { - --vp-home-hero-image-filter: blur(72px); - } -} - -/* Component: Custom Block */ - -:root.dark { - --vp-custom-block-tip-border: var(--vp-c-brand); - --vp-custom-block-tip-text: var(--vp-c-brand-lightest); - --vp-custom-block-tip-bg: var(--vp-c-brand-dimm); - - /* // Tweak the color palette for blacks and dark grays */ - --vp-c-black: hsl(220 20% 9%); - --vp-c-black-pure: hsl(220, 24%, 4%); - --vp-c-black-soft: hsl(220 16% 13%); - --vp-c-black-mute: hsl(220 14% 17%); - --vp-c-gray: hsl(220 8% 56%); - --vp-c-gray-dark-1: hsl(220 10% 39%); - --vp-c-gray-dark-2: hsl(220 12% 28%); - --vp-c-gray-dark-3: hsl(220 12% 23%); - --vp-c-gray-dark-4: hsl(220 14% 17%); - --vp-c-gray-dark-5: hsl(220 16% 13%); - - /* // Backgrounds */ - /* --vp-c-bg: hsl(240, 2%, 11%); */ - --vp-custom-block-info-bg: hsl(220 14% 17%); - /* --vp-c-gutter: hsl(220 20% 9%); - - --vp-c-bg-alt: hsl(220 20% 9%); - --vp-c-bg-soft: hsl(220 14% 17%); - --vp-c-bg-mute: hsl(220 12% 23%); - */ -} - - /* Component: Algolia */ - -.DocSearch { - --docsearch-primary-color: var(--vp-c-brand) !important; -} - -/* Component: MathJax */ - -mjx-container > svg { - display: block; - margin: auto; -} - -mjx-container { - padding: 0.5rem 0; -} - -mjx-container { - display: inline-block; - margin: auto 2px -2px; -} - -mjx-container > svg { - margin: auto; - display: inline-block; -} - -/** - * Colors links - * -------------------------------------------------------------------------- */ - - :root { - --vp-c-brand-1: #CB3C33; - --vp-c-brand-2: #CB3C33; - --vp-c-brand-3: #CB3C33; - --vp-c-sponsor: #ca2971; - --vitest-c-sponsor-hover: #c13071; -} - -.dark { - --vp-c-brand-1: #91dd33; - --vp-c-brand-2: #91dd33; - --vp-c-brand-3: #91dd33; - --vp-c-sponsor: #91dd33; - --vitest-c-sponsor-hover: #e51370; -} \ No newline at end of file diff --git a/dev/.documenter/api.md b/dev/.documenter/api.md deleted file mode 100644 index 56e9679..0000000 --- a/dev/.documenter/api.md +++ /dev/null @@ -1,6 +0,0 @@ - -# API {#API} - -This is a list of documentation associated with every single **exported** function from `OMOPCDMPathways`. There are a few different sections with a brief explanation of what these sections are followed by relevant functions. -- [API](api#API) - diff --git a/dev/.documenter/contributing.md b/dev/.documenter/contributing.md deleted file mode 100644 index 6a432f2..0000000 --- a/dev/.documenter/contributing.md +++ /dev/null @@ -1,2 +0,0 @@ - -# Contributing to OMOPCDMPathways 😁 {#Contributing-to-OMOPCDMPathways} diff --git a/dev/.documenter/index.md b/dev/.documenter/index.md deleted file mode 100644 index bb16e95..0000000 --- a/dev/.documenter/index.md +++ /dev/null @@ -1,7 +0,0 @@ - - - -# OMOPCDMPathways {#OMOPCDMPathways} - -Documentation for [OMOPCDMPathways](https://github.com/Jay-sanjay/OMOPCDMPathways.jl). - diff --git a/dev/.documenter/tutorials.md b/dev/.documenter/tutorials.md deleted file mode 100644 index cb96984..0000000 --- a/dev/.documenter/tutorials.md +++ /dev/null @@ -1,4 +0,0 @@ - -# # Tutorials {##-Tutorials} - - [#-Tutorials](tutorials##-Tutorials) - diff --git a/dev/siteinfo.js b/dev/siteinfo.js deleted file mode 100644 index 3343491..0000000 --- a/dev/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "dev"; diff --git a/index.html b/index.html deleted file mode 100644 index 1a6cc11..0000000 --- a/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/previews/PR13/.documenter/.vitepress/config.mts b/previews/PR13/.documenter/.vitepress/config.mts deleted file mode 100644 index 371b01f..0000000 --- a/previews/PR13/.documenter/.vitepress/config.mts +++ /dev/null @@ -1,54 +0,0 @@ -import { defineConfig } from 'vitepress' -import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs' -import mathjax3 from "markdown-it-mathjax3"; -import footnote from "markdown-it-footnote"; - -// https://vitepress.dev/reference/site-config -export default defineConfig({ - base: '/OMOPCDMPathways/previews/PR13/',// TODO: replace this in makedocs! - title: 'OMOPCDMPathways.jl', - description: "A VitePress Site", - lastUpdated: true, - cleanUrls: true, - outDir: '../final_site', // This is required for MarkdownVitepress to work correctly... - - ignoreDeadLinks: true, - - markdown: { - math: true, - config(md) { - md.use(tabsMarkdownPlugin), - md.use(mathjax3), - md.use(footnote) - }, - theme: { - light: "github-light", - dark: "github-dark"} - }, - themeConfig: { - outline: 'deep', - - search: { - provider: 'local', - options: { - detailedView: true - } - }, - nav: [ -{ text: 'Home', link: '/index' } -] -, - sidebar: [ -{ text: 'Home', link: '/index' } -] -, - editLink: { pattern: "https://https://github.com/JuliaHealth/OMOPCDMPathways/edit/main/docs/src/:path" }, - socialLinks: [ - { icon: 'github', link: 'https://github.com/JuliaHealth/OMOPCDMPathways' } - ], - footer: { - message: 'Made with DocumenterVitepress.jl
', - copyright: `© Copyright ${new Date().getUTCFullYear()}.` - } - } -}) diff --git a/previews/PR13/.documenter/.vitepress/theme/index.ts b/previews/PR13/.documenter/.vitepress/theme/index.ts deleted file mode 100644 index 463b5d8..0000000 --- a/previews/PR13/.documenter/.vitepress/theme/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// .vitepress/theme/index.ts -import { h } from 'vue' -import type { Theme } from 'vitepress' -import DefaultTheme from 'vitepress/theme' - -import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client' -import './style.css' - -export default { - extends: DefaultTheme, - Layout() { - return h(DefaultTheme.Layout, null, { - // https://vitepress.dev/guide/extending-default-theme#layout-slots - }) - }, - enhanceApp({ app, router, siteData }) { - enhanceAppWithTabs(app) - } -} satisfies Theme \ No newline at end of file diff --git a/previews/PR13/.documenter/.vitepress/theme/style.css b/previews/PR13/.documenter/.vitepress/theme/style.css deleted file mode 100644 index d2ca479..0000000 --- a/previews/PR13/.documenter/.vitepress/theme/style.css +++ /dev/null @@ -1,179 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Space+Mono:regular,italic,700,700italic); -@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:regular,italic,700,700italic); - -/* Customize default theme styling by overriding CSS variables: -https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css - */ - - /* Layouts */ - -/* - :root { - --vp-layout-max-width: 1440px; -} */ - -.VPHero .clip { - white-space: pre; - max-width: 500px; -} - -/* Fonts */ - - :root { - /* Typography */ - --vp-font-family-base: "Barlow", "Inter var experimental", "Inter var", - -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, - Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - - /* Code Snippet font */ - --vp-font-family-mono: "Space Mono", Menlo, Monaco, Consolas, "Courier New", - monospace; -} - -.mono { - /* - Disable contextual alternates (kind of like ligatures but different) in monospace, - which turns `/>` to an up arrow and `|>` (the Julia pipe symbol) to an up arrow as well. - This is pretty bad for Julia folks reading even though copy+paste retains the same text. - */ - font-feature-settings: 'calt' 0; -} - -/* Colors */ - -:root { - --julia-blue: #4063D8; - --julia-purple: #9558B2; - --julia-red: #CB3C33; - --julia-green: #389826; - - --vp-c-brand: #389826; - --vp-c-brand-light: #3dd027; - --vp-c-brand-lighter: #9499ff; - --vp-c-brand-lightest: #bcc0ff; - --vp-c-brand-dark: #535bf2; - --vp-c-brand-darker: #454ce1; - --vp-c-brand-dimm: #212425; -} - - /* Component: Button */ - -:root { - --vp-button-brand-border: var(--vp-c-brand-light); - --vp-button-brand-text: var(--vp-c-white); - --vp-button-brand-bg: var(--vp-c-brand); - --vp-button-brand-hover-border: var(--vp-c-brand-light); - --vp-button-brand-hover-text: var(--vp-c-white); - --vp-button-brand-hover-bg: var(--vp-c-brand-light); - --vp-button-brand-active-border: var(--vp-c-brand-light); - --vp-button-brand-active-text: var(--vp-c-white); - --vp-button-brand-active-bg: var(--vp-button-brand-bg); -} - -/* Component: Home */ - -:root { - --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: -webkit-linear-gradient( - 120deg, - #9558B2 30%, - #CB3C33 - ); - - --vp-home-hero-image-background-image: linear-gradient( - -45deg, - #9558B2 30%, - #389826 30%, - #CB3C33 - ); - --vp-home-hero-image-filter: blur(40px); -} - -@media (min-width: 640px) { - :root { - --vp-home-hero-image-filter: blur(56px); - } -} - -@media (min-width: 960px) { - :root { - --vp-home-hero-image-filter: blur(72px); - } -} - -/* Component: Custom Block */ - -:root.dark { - --vp-custom-block-tip-border: var(--vp-c-brand); - --vp-custom-block-tip-text: var(--vp-c-brand-lightest); - --vp-custom-block-tip-bg: var(--vp-c-brand-dimm); - - /* // Tweak the color palette for blacks and dark grays */ - --vp-c-black: hsl(220 20% 9%); - --vp-c-black-pure: hsl(220, 24%, 4%); - --vp-c-black-soft: hsl(220 16% 13%); - --vp-c-black-mute: hsl(220 14% 17%); - --vp-c-gray: hsl(220 8% 56%); - --vp-c-gray-dark-1: hsl(220 10% 39%); - --vp-c-gray-dark-2: hsl(220 12% 28%); - --vp-c-gray-dark-3: hsl(220 12% 23%); - --vp-c-gray-dark-4: hsl(220 14% 17%); - --vp-c-gray-dark-5: hsl(220 16% 13%); - - /* // Backgrounds */ - /* --vp-c-bg: hsl(240, 2%, 11%); */ - --vp-custom-block-info-bg: hsl(220 14% 17%); - /* --vp-c-gutter: hsl(220 20% 9%); - - --vp-c-bg-alt: hsl(220 20% 9%); - --vp-c-bg-soft: hsl(220 14% 17%); - --vp-c-bg-mute: hsl(220 12% 23%); - */ -} - - /* Component: Algolia */ - -.DocSearch { - --docsearch-primary-color: var(--vp-c-brand) !important; -} - -/* Component: MathJax */ - -mjx-container > svg { - display: block; - margin: auto; -} - -mjx-container { - padding: 0.5rem 0; -} - -mjx-container { - display: inline-block; - margin: auto 2px -2px; -} - -mjx-container > svg { - margin: auto; - display: inline-block; -} - -/** - * Colors links - * -------------------------------------------------------------------------- */ - - :root { - --vp-c-brand-1: #CB3C33; - --vp-c-brand-2: #CB3C33; - --vp-c-brand-3: #CB3C33; - --vp-c-sponsor: #ca2971; - --vitest-c-sponsor-hover: #c13071; -} - -.dark { - --vp-c-brand-1: #91dd33; - --vp-c-brand-2: #91dd33; - --vp-c-brand-3: #91dd33; - --vp-c-sponsor: #91dd33; - --vitest-c-sponsor-hover: #e51370; -} \ No newline at end of file diff --git a/previews/PR13/.documenter/index.md b/previews/PR13/.documenter/index.md deleted file mode 100644 index bb16e95..0000000 --- a/previews/PR13/.documenter/index.md +++ /dev/null @@ -1,7 +0,0 @@ - - - -# OMOPCDMPathways {#OMOPCDMPathways} - -Documentation for [OMOPCDMPathways](https://github.com/Jay-sanjay/OMOPCDMPathways.jl). - diff --git a/previews/PR13/siteinfo.js b/previews/PR13/siteinfo.js deleted file mode 100644 index 29dd892..0000000 --- a/previews/PR13/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "previews/PR13"; diff --git a/previews/PR19/.documenter/.vitepress/config.mts b/previews/PR19/.documenter/.vitepress/config.mts deleted file mode 100644 index 92b56fa..0000000 --- a/previews/PR19/.documenter/.vitepress/config.mts +++ /dev/null @@ -1,60 +0,0 @@ -import { defineConfig } from 'vitepress' -import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs' -import mathjax3 from "markdown-it-mathjax3"; -import footnote from "markdown-it-footnote"; - -// https://vitepress.dev/reference/site-config -export default defineConfig({ - base: '/OMOPCDMPathways.jl/previews/PR19/',// TODO: replace this in makedocs! - title: 'OMOPCDMPathways.jl', - description: "A VitePress Site", - lastUpdated: true, - cleanUrls: true, - outDir: '../final_site', // This is required for MarkdownVitepress to work correctly... - - ignoreDeadLinks: true, - - markdown: { - math: true, - config(md) { - md.use(tabsMarkdownPlugin), - md.use(mathjax3), - md.use(footnote) - }, - theme: { - light: "github-light", - dark: "github-dark"} - }, - themeConfig: { - outline: 'deep', - - search: { - provider: 'local', - options: { - detailedView: true - } - }, - nav: [ -{ text: 'Home', link: '/index' }, -{ text: 'Tutorials', link: '/tutorials' }, -{ text: 'Api', link: '/api' }, -{ text: 'Contributing', link: '/contributing' } -] -, - sidebar: [ -{ text: 'Home', link: '/index' }, -{ text: 'Tutorials', link: '/tutorials' }, -{ text: 'Api', link: '/api' }, -{ text: 'Contributing', link: '/contributing' } -] -, - editLink: { pattern: "https://https://github.com/JuliaHealth/OMOPCDMPathways.jl/edit/main/docs/src/:path" }, - socialLinks: [ - { icon: 'github', link: 'https://github.com/JuliaHealth/OMOPCDMPathways.jl' } - ], - footer: { - message: 'Made with DocumenterVitepress.jl
', - copyright: `© Copyright ${new Date().getUTCFullYear()}.` - } - } -}) diff --git a/previews/PR19/.documenter/.vitepress/theme/index.ts b/previews/PR19/.documenter/.vitepress/theme/index.ts deleted file mode 100644 index 463b5d8..0000000 --- a/previews/PR19/.documenter/.vitepress/theme/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -// .vitepress/theme/index.ts -import { h } from 'vue' -import type { Theme } from 'vitepress' -import DefaultTheme from 'vitepress/theme' - -import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client' -import './style.css' - -export default { - extends: DefaultTheme, - Layout() { - return h(DefaultTheme.Layout, null, { - // https://vitepress.dev/guide/extending-default-theme#layout-slots - }) - }, - enhanceApp({ app, router, siteData }) { - enhanceAppWithTabs(app) - } -} satisfies Theme \ No newline at end of file diff --git a/previews/PR19/.documenter/.vitepress/theme/style.css b/previews/PR19/.documenter/.vitepress/theme/style.css deleted file mode 100644 index d2ca479..0000000 --- a/previews/PR19/.documenter/.vitepress/theme/style.css +++ /dev/null @@ -1,179 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Space+Mono:regular,italic,700,700italic); -@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:regular,italic,700,700italic); - -/* Customize default theme styling by overriding CSS variables: -https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css - */ - - /* Layouts */ - -/* - :root { - --vp-layout-max-width: 1440px; -} */ - -.VPHero .clip { - white-space: pre; - max-width: 500px; -} - -/* Fonts */ - - :root { - /* Typography */ - --vp-font-family-base: "Barlow", "Inter var experimental", "Inter var", - -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, - Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - - /* Code Snippet font */ - --vp-font-family-mono: "Space Mono", Menlo, Monaco, Consolas, "Courier New", - monospace; -} - -.mono { - /* - Disable contextual alternates (kind of like ligatures but different) in monospace, - which turns `/>` to an up arrow and `|>` (the Julia pipe symbol) to an up arrow as well. - This is pretty bad for Julia folks reading even though copy+paste retains the same text. - */ - font-feature-settings: 'calt' 0; -} - -/* Colors */ - -:root { - --julia-blue: #4063D8; - --julia-purple: #9558B2; - --julia-red: #CB3C33; - --julia-green: #389826; - - --vp-c-brand: #389826; - --vp-c-brand-light: #3dd027; - --vp-c-brand-lighter: #9499ff; - --vp-c-brand-lightest: #bcc0ff; - --vp-c-brand-dark: #535bf2; - --vp-c-brand-darker: #454ce1; - --vp-c-brand-dimm: #212425; -} - - /* Component: Button */ - -:root { - --vp-button-brand-border: var(--vp-c-brand-light); - --vp-button-brand-text: var(--vp-c-white); - --vp-button-brand-bg: var(--vp-c-brand); - --vp-button-brand-hover-border: var(--vp-c-brand-light); - --vp-button-brand-hover-text: var(--vp-c-white); - --vp-button-brand-hover-bg: var(--vp-c-brand-light); - --vp-button-brand-active-border: var(--vp-c-brand-light); - --vp-button-brand-active-text: var(--vp-c-white); - --vp-button-brand-active-bg: var(--vp-button-brand-bg); -} - -/* Component: Home */ - -:root { - --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: -webkit-linear-gradient( - 120deg, - #9558B2 30%, - #CB3C33 - ); - - --vp-home-hero-image-background-image: linear-gradient( - -45deg, - #9558B2 30%, - #389826 30%, - #CB3C33 - ); - --vp-home-hero-image-filter: blur(40px); -} - -@media (min-width: 640px) { - :root { - --vp-home-hero-image-filter: blur(56px); - } -} - -@media (min-width: 960px) { - :root { - --vp-home-hero-image-filter: blur(72px); - } -} - -/* Component: Custom Block */ - -:root.dark { - --vp-custom-block-tip-border: var(--vp-c-brand); - --vp-custom-block-tip-text: var(--vp-c-brand-lightest); - --vp-custom-block-tip-bg: var(--vp-c-brand-dimm); - - /* // Tweak the color palette for blacks and dark grays */ - --vp-c-black: hsl(220 20% 9%); - --vp-c-black-pure: hsl(220, 24%, 4%); - --vp-c-black-soft: hsl(220 16% 13%); - --vp-c-black-mute: hsl(220 14% 17%); - --vp-c-gray: hsl(220 8% 56%); - --vp-c-gray-dark-1: hsl(220 10% 39%); - --vp-c-gray-dark-2: hsl(220 12% 28%); - --vp-c-gray-dark-3: hsl(220 12% 23%); - --vp-c-gray-dark-4: hsl(220 14% 17%); - --vp-c-gray-dark-5: hsl(220 16% 13%); - - /* // Backgrounds */ - /* --vp-c-bg: hsl(240, 2%, 11%); */ - --vp-custom-block-info-bg: hsl(220 14% 17%); - /* --vp-c-gutter: hsl(220 20% 9%); - - --vp-c-bg-alt: hsl(220 20% 9%); - --vp-c-bg-soft: hsl(220 14% 17%); - --vp-c-bg-mute: hsl(220 12% 23%); - */ -} - - /* Component: Algolia */ - -.DocSearch { - --docsearch-primary-color: var(--vp-c-brand) !important; -} - -/* Component: MathJax */ - -mjx-container > svg { - display: block; - margin: auto; -} - -mjx-container { - padding: 0.5rem 0; -} - -mjx-container { - display: inline-block; - margin: auto 2px -2px; -} - -mjx-container > svg { - margin: auto; - display: inline-block; -} - -/** - * Colors links - * -------------------------------------------------------------------------- */ - - :root { - --vp-c-brand-1: #CB3C33; - --vp-c-brand-2: #CB3C33; - --vp-c-brand-3: #CB3C33; - --vp-c-sponsor: #ca2971; - --vitest-c-sponsor-hover: #c13071; -} - -.dark { - --vp-c-brand-1: #91dd33; - --vp-c-brand-2: #91dd33; - --vp-c-brand-3: #91dd33; - --vp-c-sponsor: #91dd33; - --vitest-c-sponsor-hover: #e51370; -} \ No newline at end of file diff --git a/previews/PR19/.documenter/api.md b/previews/PR19/.documenter/api.md deleted file mode 100644 index 56e9679..0000000 --- a/previews/PR19/.documenter/api.md +++ /dev/null @@ -1,6 +0,0 @@ - -# API {#API} - -This is a list of documentation associated with every single **exported** function from `OMOPCDMPathways`. There are a few different sections with a brief explanation of what these sections are followed by relevant functions. -- [API](api#API) - diff --git a/previews/PR19/.documenter/contributing.md b/previews/PR19/.documenter/contributing.md deleted file mode 100644 index 6a432f2..0000000 --- a/previews/PR19/.documenter/contributing.md +++ /dev/null @@ -1,2 +0,0 @@ - -# Contributing to OMOPCDMPathways 😁 {#Contributing-to-OMOPCDMPathways} diff --git a/previews/PR19/.documenter/index.md b/previews/PR19/.documenter/index.md deleted file mode 100644 index bb16e95..0000000 --- a/previews/PR19/.documenter/index.md +++ /dev/null @@ -1,7 +0,0 @@ - - - -# OMOPCDMPathways {#OMOPCDMPathways} - -Documentation for [OMOPCDMPathways](https://github.com/Jay-sanjay/OMOPCDMPathways.jl). - diff --git a/previews/PR19/.documenter/tutorials.md b/previews/PR19/.documenter/tutorials.md deleted file mode 100644 index cb96984..0000000 --- a/previews/PR19/.documenter/tutorials.md +++ /dev/null @@ -1,4 +0,0 @@ - -# # Tutorials {##-Tutorials} - - [#-Tutorials](tutorials##-Tutorials) - diff --git a/previews/PR19/siteinfo.js b/previews/PR19/siteinfo.js deleted file mode 100644 index 97d10c4..0000000 --- a/previews/PR19/siteinfo.js +++ /dev/null @@ -1 +0,0 @@ -var DOCUMENTER_CURRENT_VERSION = "previews/PR19"; diff --git a/versions.js b/versions.js deleted file mode 100644 index 4ec0f8f..0000000 --- a/versions.js +++ /dev/null @@ -1,5 +0,0 @@ -var DOC_VERSIONS = [ - "dev", -]; -var DOCUMENTER_NEWEST = "dev"; -var DOCUMENTER_STABLE = "dev";