Skip to content

Commit

Permalink
Fix docs URL to not point to nextra repo (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuyJonathan authored Feb 27, 2024
1 parent 67988b1 commit ba35cb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/framework-docs/src/pages/building/make-changes.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changing your data models
Change management in your data stack is critical to ensure that your data is always accurate and up to date based on your end user's expectations. Broken dashboards, reports, or machine learning models can to unhappy customers and lost revenue. MooseJS makes it easy to change your data models and ensure that your data stack is always up to date. To do so, we leverage git workflows to ensure that changes are tracked and can be rolled back if necessary.
Change management in your data stack is critical to ensure that your data is always accurate and up to date based on your end user's expectations. Broken dashboards, reports, or machine learning models can lead to unhappy customers and lost revenue. MooseJS makes it easy to change your data models and ensure that your data stack is always up to date. To do so, we leverage git workflows to ensure that changes are tracked and can be rolled back if necessary.

## Adding a new data model
Adding a new data source is as simple as adding a new model to an existing or new file in the `data models` directory. MooseJS will automatically detect the new model and add it to the data stack.
Expand Down
1 change: 1 addition & 0 deletions apps/framework-docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default {
project: {
link: 'https://github.com/514-labs/moose'
},
docsRepositoryBase: 'https://github.com/514-labs/moose/tree/main/apps/framework-docs',
useNextSeoProps() {
return {
titleTemplate: '%s – MooseJS'
Expand Down
2 changes: 1 addition & 1 deletion apps/moose-cli-npm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Moose CLI

The Moose CLI is your entrypoint to a seamless, local development experience for you data-intensive application. It's written in rust and supports building applications in TypeScript and Python.
The Moose CLI is your entrypoint to a seamless, local development experience for your data-intensive application. It's written in rust and supports building applications in TypeScript and Python.

## Installation

Expand Down

0 comments on commit ba35cb7

Please sign in to comment.