Skip to content

Commit

Permalink
GitBook: [#91] Change routes, too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
seanspeaks authored and gitbook-bot committed Nov 9, 2022
1 parent 6d05946 commit 632631c
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@

* [🥳 Introduction to Frigg](README.md)

## 👩💻 👩💻 Developing Integrations with Frigg
## 👩💻 Developing Integrations with Frigg <a href="#develop" id="develop"></a>

* [Overview](developing-integrations-with-frigg/overview.md)
* [Tutorials](developing-integrations-with-frigg/tutorials/README.md)
* [Quick Start Tutorial](developing-integrations-with-frigg/tutorials/quick-start/README.md)
* [Create Frigg App](developing-integrations-with-frigg/tutorials/quick-start/create-frigg-app.md)
* [Exploring the App](developing-integrations-with-frigg/tutorials/quick-start/exploring-the-app.md)
* [Connecting to the Database](developing-integrations-with-frigg/tutorials/quick-start/connecting-to-the-database.md)
* [Installing an API Module](developing-integrations-with-frigg/tutorials/quick-start/installing-an-api-module.md)
* [Building your first integration](developing-integrations-with-frigg/tutorials/quick-start/building-your-first-integration.md)
* [Testing the Integration](developing-integrations-with-frigg/tutorials/quick-start/testing-the-integration.md)
* [Next Steps](developing-integrations-with-frigg/tutorials/quick-start/next-steps.md)
* [Framework Development Guide](developing-integrations-with-frigg/framework-development-guide.md)
* [API Module Development Guide](developing-integrations-with-frigg/api-module-development-guide/README.md)
* [Introduction](developing-integrations-with-frigg/api-module-development-guide/introduction.md)
* [Getting Started](developing-integrations-with-frigg/api-module-development-guide/getting-started.md)
* [Conventions](developing-integrations-with-frigg/api-module-development-guide/conventions.md)
* [Deployment](developing-integrations-with-frigg/api-module-development-guide/deployment/README.md)
* [Testing](developing-integrations-with-frigg/api-module-development-guide/deployment/testing.md)
* [Publishing](developing-integrations-with-frigg/api-module-development-guide/deployment/publishing.md)
* [Extending](developing-integrations-with-frigg/api-module-development-guide/deployment/extending.md)
* [Integration Development Guide](developing-integrations-with-frigg/integration-development-guide.md)
* [Authentication](developing-integrations-with-frigg/authentication.md)
* [Overview](develop/overview.md)
* [Tutorials](develop/tutorials/README.md)
* [Quick Start Tutorial](develop/tutorials/quick-start/README.md)
* [Create Frigg App](develop/tutorials/quick-start/create-frigg-app.md)
* [Exploring the App](develop/tutorials/quick-start/exploring-the-app.md)
* [Connecting to the Database](develop/tutorials/quick-start/connecting-to-the-database.md)
* [Installing an API Module](develop/tutorials/quick-start/installing-an-api-module.md)
* [Building your first integration](develop/tutorials/quick-start/building-your-first-integration.md)
* [Testing the Integration](develop/tutorials/quick-start/testing-the-integration.md)
* [Next Steps](develop/tutorials/quick-start/next-steps.md)
* [Framework Development Guide](develop/framework-development-guide.md)
* [API Module Development Guide](develop/api-module-development-guide/README.md)
* [Introduction](develop/api-module-development-guide/introduction.md)
* [Getting Started](develop/api-module-development-guide/getting-started.md)
* [Conventions](develop/api-module-development-guide/conventions.md)
* [Deployment](develop/api-module-development-guide/deployment/README.md)
* [Testing](develop/api-module-development-guide/deployment/testing.md)
* [Publishing](develop/api-module-development-guide/deployment/publishing.md)
* [Extending](develop/api-module-development-guide/deployment/extending.md)
* [Integration Development Guide](develop/integration-development-guide.md)
* [Authentication](develop/authentication.md)

## 📖 Frigg Reference
## 📖 Frigg Reference <a href="#reference" id="reference"></a>

* [Overview](frigg-reference/introduction.md)
* [Core Concepts](frigg-reference/core-concepts.md)
* [Architecture](frigg-reference/architecture.md)
* [API Reference](frigg-reference/api-reference.md)
* [Overview](reference/introduction.md)
* [Core Concepts](reference/core-concepts.md)
* [Architecture](reference/architecture.md)
* [API Reference](reference/api-reference.md)

## 🤝 Contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/api-module-library/building-your-own-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Any time you want to use Frigg/have Frigg talk to your own App/API, you'll need your own API module.

See the [API Module Development](../developing-integrations-with-frigg/api-module-development-guide/) section
See the [API Module Development](../develop/api-module-development-guide/) section
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Running `npm start` at the root of your Frigg application repo will run `npm start` on both the `/backend` and `/frontend` directories. Let's unpack each.

The frontend is a cookie cutter React application built with Create React App and Tailwind CSS and Tailwind UI. It leverages the Frigg React component library for the Integration Management page. This is the core piece to pay attention to for your own application. You can read more about Frontend options and concepts with [Frigg here.](../../../frigg-reference/architecture.md)
The frontend is a cookie cutter React application built with Create React App and Tailwind CSS and Tailwind UI. It leverages the Frigg React component library for the Integration Management page. This is the core piece to pay attention to for your own application. You can read more about Frontend options and concepts with [Frigg here.](../../../reference/architecture.md)

We provide a very lightweight/basic user login flow and dashboard. Go ahead and try logging in or creating an account.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/support/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ While Left Hook is currently Frigg's primary developer, eventually Frigg will be

<summary>Where/how can I download Frigg?</summary>

Frigg is available both as an [NPM package](../developing-integrations-with-frigg/tutorials/quick-start/) and on [Github](https://github.com/friggframework/frigg).
Frigg is available both as an [NPM package](../develop/tutorials/quick-start/) and on [Github](https://github.com/friggframework/frigg).

</details>

Expand Down

0 comments on commit 632631c

Please sign in to comment.