-
Notifications
You must be signed in to change notification settings - Fork 207
Clarrify community != support #621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ icon: "rocket" | |
className="block dark:hidden" | ||
src="https://mintlify-assets.b-cdn.net/hero-light.png" | ||
/> | ||
|
||
<img | ||
className="hidden dark:block" | ||
src="https://mintlify-assets.b-cdn.net/hero-dark.png" | ||
|
@@ -17,7 +18,7 @@ icon: "rocket" | |
|
||
## Getting Started | ||
|
||
Welcome! Follow the instructions below to learn how to deploy, update and | ||
Welcome\! Follow the instructions below to learn how to deploy, update and | ||
supercharge your documentation with Mintlify. | ||
|
||
### Creating the Repository | ||
|
@@ -27,36 +28,33 @@ Mintlify docs are rendered from MDX files and configurations defined in our | |
your docs with your code, and make source control effortless. Onboard through the [dashboard](https://dashboard.mintlify.com) or clone our [starter kit](https://github.com/mintlify/starter) to get started. | ||
|
||
<AccordionGroup> | ||
|
||
<Accordion icon="message-bot" title="Install the GitHub app"> | ||
|
||
<Accordion title="Install the GitHub app" icon="message-bot"> | ||
Install our GitHub app to ensure that your updates are automatically deployed when you push changes. You can find the installation link in the [dashboard](https://dashboard.mintlify.com/settings), on the Settings page. Upon successful installation, a check mark will appear next to the commit hash of the repository. | ||
|
||
<Frame> | ||
 | ||
 | ||
</Frame> | ||
|
||
</Accordion> | ||
<Accordion title="Monorepo Setup" icon="code-branch"> | ||
If you want your docs to live alongside your code as a monorepo setup, you | ||
can: 1. Move your docs content to your monorepo. 2. Specify the path to your | ||
`docs.json` in the | ||
[dashboard](https://dashboard.mintlify.com/settings/deployment/git-settings) | ||
|
||
<Accordion icon="code-branch" title="Monorepo Setup"> | ||
If you want your docs to live alongside your code as a monorepo setup, you | ||
can: 1. Move your docs content to your monorepo. 2. Specify the path to your | ||
`docs.json` in the | ||
[dashboard](https://dashboard.mintlify.com/settings/deployment/git-settings) | ||
<Frame> | ||
<img | ||
alt="Monorepo setup" | ||
className="block dark:hidden" | ||
src="/images/monorepo-light.png" | ||
/> | ||
<img | ||
alt="Monorepo setup" | ||
className="hidden dark:block" | ||
src="/images/monorepo-dark.png" | ||
/> | ||
</Frame> | ||
</Accordion> | ||
|
||
<Frame> | ||
<img | ||
alt="Monorepo setup" | ||
className="block dark:hidden" | ||
src="/images/monorepo-light.png" | ||
/> | ||
|
||
<img | ||
alt="Monorepo setup" | ||
className="hidden dark:block" | ||
src="/images/monorepo-dark.png" | ||
/> | ||
</Frame> | ||
</Accordion> | ||
</AccordionGroup> | ||
|
||
### Updating the Content | ||
|
@@ -65,25 +63,18 @@ Mintlify enables you to easily customize the style, structure, and content of | |
your docs. | ||
|
||
<AccordionGroup> | ||
<Accordion icon="rectangle-terminal" title="Editing locally (recommended for developers)"> | ||
|
||
<Accordion title="Editing locally (recommended for developers)" icon="rectangle-terminal"> | ||
1. Install [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). | ||
2. Once git is installed, clone your docs repository using `git clone <your-repo>`. If you haven't set it up yet, now would be a good time to do so with these [SSH keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). | ||
3. Use your favorite IDE to open the repository. | ||
4. Install our Mintlify CLI to preview changes with `npm i -g mintlify`. | ||
|
||
Learn more about this in our [local development guide](/development). | ||
|
||
</Accordion> | ||
|
||
<Accordion icon="pen-to-square" title="Editing with the web editor"> | ||
|
||
<Accordion title="Editing with the web editor" icon="pen-to-square"> | ||
Learn more about how to use the web editor on our [guide](/web-editor). | ||
|
||
</Accordion> | ||
|
||
<Accordion icon="palette" title="Customizing to your brand"> | ||
|
||
<Accordion title="Customizing to your brand" icon="palette"> | ||
Easily customize colors, logos and buttons among other configurations in our `docs.json` file. Start with these basic configurations: | ||
|
||
```json | ||
|
@@ -102,11 +93,8 @@ your docs. | |
``` | ||
|
||
A full list of supported configurations can be found at [global settings](/settings/global). | ||
|
||
</Accordion> | ||
|
||
<Accordion icon="pencil" title="Adding content"> | ||
|
||
<Accordion title="Adding content" icon="pencil"> | ||
Add content with simple MDX files. Initiate your pages with this template: | ||
|
||
```md | ||
|
@@ -118,22 +106,16 @@ your docs. | |
``` | ||
|
||
Learn more about adding images, tables, lists, and more using the [MDX syntax](/text). We also offer a [wide array of components](/content/components). | ||
|
||
</Accordion> | ||
|
||
<Accordion icon="rocket" title="Pushing changes"> | ||
|
||
<Accordion title="Pushing changes" icon="rocket"> | ||
Once ready, commit and push your changes to update your docs site. Here is a [guide](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) on how to do that. If the GitHub app is unable to successfully deploy your changes, you can manually update your docs through our [dashboard](https://dashboard.mintlify.com). | ||
|
||
<Frame> | ||
 | ||
</Frame> | ||
|
||
<Frame> | ||
 | ||
</Frame> | ||
</Accordion> | ||
|
||
<Accordion icon="code-branch" title="Generating API references"> | ||
|
||
<Accordion title="Generating API references" icon="code-branch"> | ||
You can easily set up your API references using an OpenAPI document. | ||
|
||
1. Add your `openapi.yaml` or `openapi.json` file into your docs repository or define the `openapi` field in `docs.json` with a URL. | ||
|
@@ -142,24 +124,20 @@ your docs. | |
"openapi": "link-to-your-openapi-file" | ||
``` | ||
|
||
2. Use our [scraper](/api-playground/openapi/setup#autogenerate-files-recommended) to autogenerate your OpenAPI endpoints files as: | ||
1. Use our [scraper](/api-playground/openapi/setup#autogenerate-files-recommended) to autogenerate your OpenAPI endpoints files as: | ||
|
||
```bash | ||
npx @mintlify/scraping@latest openapi-file <path-or-url-to-openapi-file> | ||
``` | ||
|
||
3. Finally, include the generated endpoint MDX files to your `docs.json` under `navigation`. | ||
1. Finally, include the generated endpoint MDX files to your `docs.json` under `navigation`. | ||
tiffany-mintlify marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
For a complete guide on using Mintlify with OpenAPI, check out [this guide](/api-playground/openapi/setup). [This guide](/api-playground/openapi/writing-openapi) explains how to configure your API authentication methods. For manual API references definition, explore [our syntax](/api-playground/overview). | ||
|
||
</Accordion> | ||
|
||
<Accordion icon="chart-simple" title="Adding analytics"> | ||
|
||
<Accordion title="Adding analytics" icon="chart-simple"> | ||
Our in-house analytics give you insights into page views, search analytics, session recordings and more. Access these on your [dashboard](https://dashboard.mintlify.com/analytics). | ||
|
||
We also support integrations with a range of analytics providers. You can find the list of providers [here](/integrations/analytics/overview). | ||
|
||
</Accordion> | ||
</AccordionGroup> | ||
|
||
|
@@ -170,17 +148,18 @@ your docs. | |
|
||
### Publishing | ||
|
||
<Accordion icon="star" title="Adding a custom domain"> | ||
<Accordion title="Adding a custom domain" icon="star"> | ||
Integrate your docs into your website by hosting them on a custom domain. This is included in the free plan. | ||
|
||
Integrate your docs into your website by hosting them on a custom domain. This is included in the free plan. | ||
Navigate to your [dashboard settings](https://dashboard.mintlify.com/settings) to add a custom domain. | ||
|
||
Navigate to your [dashboard settings](https://dashboard.mintlify.com/settings) to add a custom domain. | ||
<Frame> | ||
 | ||
</Frame> | ||
</Accordion> | ||
|
||
<Frame></Frame> | ||
Congrats\! You've set up your Mintlify Docs and they're on the way to looking amazing\! | ||
tiffany-mintlify marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
</Accordion> | ||
Need support or want to give some feedback? You can click `support` in the [dashboard](http://dashboard.mintlify.com) (bottom left corner) or reach out to [[email protected]](mailto:[email protected]). | ||
|
||
Congrats! You've set up your Mintlify Docs and it's looking amazing! Need | ||
support or want to give some feedback? You can join our | ||
[community](https://mintlify.com/community) or drop us an email at | ||
[[email protected]](mailto:[email protected]). | ||
You can also join our [community](https://mintlify.com/community) to engage with other Mintlify users and stay up to date with the latest feature drops. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.