Skip to content

Commit

Permalink
Merge pull request #30 from TomHAnderson/feature/docs
Browse files Browse the repository at this point in the history
Added magidocs
  • Loading branch information
TomHAnderson authored Mar 27, 2024
2 parents 731e9a9 + d53b025 commit fab2642
Show file tree
Hide file tree
Showing 206 changed files with 15,350 additions and 0 deletions.
33 changes: 33 additions & 0 deletions magidoc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
export default {
introspection: {
type: 'url',
url: 'http://localhost',
},
website: {
template: 'carbon-multi-page',
output: './public/docs',
options: {
appTitle: 'LCDB GraphQL',
siteRoot: '/docs',
appLogo: 'https://lcdb.org/images/logo.svg',
appFavicon: 'https://lcdb.org/favicon.ico',
pages: [
{
title: 'Welcome',
content: `
LCDB GraphQL Database
=====================
This is the database for \`https://lcdb.org\`.
You are free to use this GraphQL database for your own purposes.
The endpoint is a POST to \`https://graphql.lcdb.org\`
[Read the Documentation](https://graphql.lcdb.org/docs)
`,
}
],
}
}
}
1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/0.MUU7NJ3I.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/1.DDNgGNlk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.wrapper.svelte-1ldjxpt{flex-direction:column;display:flex;justify-content:center;align-items:center;height:calc(100vh - 3rem)}
1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/8.lLT_wvMO.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/ArgsList.tGPHACmx.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.arg-name-section.svelte-9cf7d2{display:flex;gap:.2rem;align-items:center}
1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/ChevronDown.DFnX4Nf0.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.override-tooltip-width.svelte-a6h330 div[role=tooltip]{max-width:20rem!important}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.wrapper.svelte-1gk78cu{display:flex;justify-content:flex-start}.code-section.svelte-1gk78cu{width:100%;overflow:hidden}.button-bar.svelte-1gk78cu{display:flex;flex-direction:column}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/_error.DDNgGNlk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.wrapper.svelte-1ldjxpt{flex-direction:column;display:flex;justify-content:center;align-items:center;height:calc(100vh - 3rem)}
1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/_layout.Cx_qgbPm.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/_page.lLT_wvMO.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/index.BZ7dBxQt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.markdown-image.svelte-z38cge{max-width:100%}
1 change: 1 addition & 0 deletions public/docs/_app/immutable/assets/pages.BZ7dBxQt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.markdown-image.svelte-z38cge{max-width:100%}
Loading

0 comments on commit fab2642

Please sign in to comment.