Skip to content

Commit

Permalink
Merge branch 'rft-more-linting' of https://github.com/gohypermode/docs
Browse files Browse the repository at this point in the history
…into rft-more-linting
  • Loading branch information
ryanfoxtyler committed Apr 6, 2024
2 parents 66d15fa + 3ffec55 commit 61123e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ SHOW_ELAPSED_TIME: true

FILEIO_REPORTER: false

MARKDOWN_MARKDOWNLINT_FILE_EXTENSIONS: [".md",".mdx"]
ADDITIONAL_EXCLUDED_DIRECTORIES: ["styles", "Google"]
MARKDOWN_MARKDOWNLINT_FILE_EXTENSIONS: [".md", ".mdx"]
ADDITIONAL_EXCLUDED_DIRECTORIES: ["styles", "Google"]
2 changes: 1 addition & 1 deletion actionlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
- warp-ubuntu-latest-x64-2x
- warp-ubuntu-latest-x64-2x
20 changes: 4 additions & 16 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,11 @@
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart"
]
"pages": ["introduction", "quickstart"]
},
{
"group": "Configure Project",
"pages": [
"manifest",
"define-models",
"define-hosts",
"define-schema"
]
"pages": ["manifest", "define-models", "define-hosts", "define-schema"]
},
{
"group": "Write Functions",
Expand All @@ -75,10 +67,7 @@
},
{
"group": "Iterate Constantly",
"pages": [
"deploy",
"function-observability"
]
"pages": ["deploy", "function-observability"]
}
],
"footerSocials": {
Expand All @@ -88,8 +77,7 @@
},
"analytics": {
"fathom": {
"siteId": "LQSVRZXR"
"siteId": "LQSVRZXR"
}
}
}

2 changes: 1 addition & 1 deletion quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mode: "wide"
</Step>
<Step title="Iterate">
Hypermode makes it easy to iterate on your AI features.

Want to try a new model? Add a new entry to your manifest and update your function. It's that easy!
</Step>
</Steps>

0 comments on commit 61123e1

Please sign in to comment.