Skip to content

Commit

Permalink
fixing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tgadam committed May 28, 2022
1 parent 6797fba commit feaf530
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/background/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/model/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/page-data/background/design-principles/page-data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"componentChunkName": "component---src-templates-docs-js",
"path": "/background/design-principles",
"result": {"data":{"site":{"siteMetadata":{"title":"FSML | TeselaGen","docsLocation":"https://github.com/TeselaGen/fsml.org/tree/master/content"}},"mdx":{"fields":{"id":"1b40293b-2c59-5bb4-909d-48d2309d02de","title":"Design Principles","slug":"/background/design-principles"},"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n \"title\": \"Design Principles\"\n};\nvar layoutProps = {\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"h1\", null, \"Overview\"), mdx(\"p\", null, \"Establishing design principles can help govern the development process and to ensure it produces a cohesive solution. After surveying the various existing protocol formats and use cases we\\u2019ve developed the following principles that we think will be useful.\"), mdx(\"h1\", null, \"- File First\"), mdx(\"p\", null, \"The majority of protocols start their life as a flat file. We want to make sure the tools and specifications are first and foremost flat file friendly.\"), mdx(\"h1\", null, \"- Automated Generation\"), mdx(\"p\", null, \"Whenever possible we should design things in a way that a program can automatically infer and generate information with little to no input from the user.\"), mdx(\"h1\", null, \"- Reference toProtocols\"), mdx(\"p\", null, \"We want to make sure that we can effectively reference other existing protocols without having to modify the original source content.\"), mdx(\"h1\", null, \"- Web Focused\"), mdx(\"p\", null, \"The web has become the most common way to share information and what tools or specifications are developed need to be highly compatible with existing web protocols and frameworks.\"), mdx(\"h1\", null, \"- Portability\"), mdx(\"p\", null, \"In order to attain a high adoption rate we need to ensure any tools are supported across multiple platforms.\"), mdx(\"h1\", null, \"- Non Binary Adoption\"), mdx(\"p\", null, \"We want to avoid an \\u201Call or nothing\\u201D approach. Instead we want users to be able to start using what they can right away and add in the remainder as time and priorities allow.\"), mdx(\"h1\", null, \"- Extensibility\"), mdx(\"p\", null, \"We can not predict the future and therefore must provide specific places where people can extend the model to meet their needs.\"), mdx(\"h1\", null, \"- Pragmatic Ubiquity\"), mdx(\"p\", null, \"Abstract modeling and theories can be very powerful when conceptualizing solutions however we want to make sure what we implement is likely to be widely used on a daily basis.\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#overview","title":"Overview"},{"url":"#--file-first","title":"- File First"},{"url":"#--automated-generation","title":"- Automated Generation"},{"url":"#--reference-toprotocols","title":"- Reference toProtocols"},{"url":"#--web-focused","title":"- Web Focused"},{"url":"#--portability","title":"- Portability"},{"url":"#--non-binary-adoption","title":"- Non Binary Adoption"},{"url":"#--extensibility","title":"- Extensibility"},{"url":"#--pragmatic-ubiquity","title":"- Pragmatic Ubiquity"}]},"parent":{"relativePath":"background/design-principles.md"},"frontmatter":{"metaTitle":null,"metaDescription":null}},"allMdx":{"edges":[{"node":{"fields":{"slug":"/background","title":"Background"}}},{"node":{"fields":{"slug":"/","title":"Home"}}},{"node":{"fields":{"slug":"/model/manfest","title":"Manifest"}}},{"node":{"fields":{"slug":"/model","title":"Model"}}},{"node":{"fields":{"slug":"/model/presentation","title":"Presentation"}}},{"node":{"fields":{"slug":"/model/manifest/supplemental-sections","title":"Supplemental Sections"}}},{"node":{"fields":{"slug":"/examples","title":"Examples"}}},{"node":{"fields":{"slug":"/model/presentation/rendering-frameworks","title":"Rendering Frameworks"}}},{"node":{"fields":{"slug":"/model/presentation/markdown-support","title":"Markdown Support"}}},{"node":{"fields":{"slug":"/background/design-principles","title":"Design Principles"}}},{"node":{"fields":{"slug":"/background/inspiration","title":"Inspiration"}}},{"node":{"fields":{"slug":"/examples/pdf-yaml-example","title":"PDF YAML Manifest"}}},{"node":{"fields":{"slug":"/model/manifest/core-sections","title":"Core Sections"}}},{"node":{"fields":{"slug":"/background/technical-architecture","title":"Architecture"}}}]}},"pageContext":{"id":"1b40293b-2c59-5bb4-909d-48d2309d02de"}},
"result": {"data":{"site":{"siteMetadata":{"title":"FSML | TeselaGen","docsLocation":"https://github.com/TeselaGen/fsml.org/tree/master/content"}},"mdx":{"fields":{"id":"1b40293b-2c59-5bb4-909d-48d2309d02de","title":"Design Principles","slug":"/background/design-principles"},"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n \"title\": \"Design Principles\"\n};\nvar layoutProps = {\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"h1\", null, \"Overview\"), mdx(\"p\", null, \"Establishing design principles can help govern the development process and to ensure it produces a cohesive solution. After surveying the various existing protocol formats and use cases we\\u2019ve developed the following principles that we think will be useful.\"), mdx(\"h1\", null, \"- File First\"), mdx(\"p\", null, \"The majority of protocols start their life as a flat file. We want to make sure the tools and specifications are first and foremost flat file friendly.\"), mdx(\"h1\", null, \"- Automated Generation\"), mdx(\"p\", null, \"Whenever possible we should design things in a way that a program can automatically infer and generate information with little to no input from the user.\"), mdx(\"h1\", null, \"- Reference toProtocols\"), mdx(\"p\", null, \"We want to make sure that we can effectively reference other existing protocols without having to modify the original source content.\"), mdx(\"h1\", null, \"- Web Focused\"), mdx(\"p\", null, \"The web has become the most common way to share information and what tools or specifications are developed need to be highly compatible with existing web protocols and frameworks.\"), mdx(\"h1\", null, \"- Portability\"), mdx(\"p\", null, \"In order to attain a high adoption rate we need to ensure any tools are supported across multiple platforms.\"), mdx(\"h1\", null, \"- Non Binary Adoption\"), mdx(\"p\", null, \"We want to avoid an \\u201Call or nothing\\u201D approach. Instead we want users to be able to start using what they can right away and add in the remainder as time and priorities allow.\"), mdx(\"h1\", null, \"- Extensibility\"), mdx(\"p\", null, \"We can not predict the future and therefore must provide specific places where people can extend the model to meet their needs.\"), mdx(\"h1\", null, \"- Pragmatic Ubiquity\"), mdx(\"p\", null, \"Abstract modeling and theories can be very powerful when conceptualizing solutions however we want to make sure what we implement is likely to be widely used on a daily basis.\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#overview","title":"Overview"},{"url":"#--file-first","title":"- File First"},{"url":"#--automated-generation","title":"- Automated Generation"},{"url":"#--reference-toprotocols","title":"- Reference toProtocols"},{"url":"#--web-focused","title":"- Web Focused"},{"url":"#--portability","title":"- Portability"},{"url":"#--non-binary-adoption","title":"- Non Binary Adoption"},{"url":"#--extensibility","title":"- Extensibility"},{"url":"#--pragmatic-ubiquity","title":"- Pragmatic Ubiquity"}]},"parent":{"relativePath":"background/design-principles.md"},"frontmatter":{"metaTitle":null,"metaDescription":null}},"allMdx":{"edges":[{"node":{"fields":{"slug":"/background","title":"Background"}}},{"node":{"fields":{"slug":"/","title":"Home"}}},{"node":{"fields":{"slug":"/model","title":"Model"}}},{"node":{"fields":{"slug":"/examples","title":"Examples"}}},{"node":{"fields":{"slug":"/model/manfest","title":"Manifest"}}},{"node":{"fields":{"slug":"/model/presentation/markdown-support","title":"Markdown Support"}}},{"node":{"fields":{"slug":"/model/presentation","title":"Presentation"}}},{"node":{"fields":{"slug":"/model/presentation/rendering-frameworks","title":"Rendering Frameworks"}}},{"node":{"fields":{"slug":"/model/manifest/core-sections","title":"Core Sections"}}},{"node":{"fields":{"slug":"/model/manifest/supplemental-sections","title":"Supplemental Sections"}}},{"node":{"fields":{"slug":"/examples/pdf-yaml-example","title":"PDF YAML Manifest"}}},{"node":{"fields":{"slug":"/background/design-principles","title":"Design Principles"}}},{"node":{"fields":{"slug":"/background/inspiration","title":"Inspiration"}}},{"node":{"fields":{"slug":"/background/technical-architecture","title":"Architecture"}}}]}},"pageContext":{"id":"1b40293b-2c59-5bb4-909d-48d2309d02de"}},
"staticQueryHashes": ["2619113677","3706406642","417421954"]}
Loading

0 comments on commit feaf530

Please sign in to comment.