๐Ÿ“ฆ ntindle / docs

๐Ÿ“„ introduction.mdx ยท 96 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96---
title: Introduction
description: "Welcome to the home of your new documentation"
---
import { GitHubExtractorViaFunc } from "/snippets/github-test.mdx";

// import { GitHubExtractor } from "/snippets/github-extractor.mdx";

<img
  className="block dark:hidden"
  src="/images/hero-light.png"
  alt="Hero Light"
/>
<img
  className="hidden dark:block"
  src="/images/hero-dark.png"
  alt="Hero Dark"
/>

{/* <GitHubExtractor
  owner="significant-gravitas"
  repo="autogpt"
  path="autogpt_platform/backend/backend/util/settings.py"
  branch="master"
  startMarker="# --8<-- [start:OAuthServerCredentialsExample]"
  endMarker="# --8<-- [end:OAuthServerCredentialsExample]"
  language="python"
/> */}


<GitHubExtractorViaFunc
  owner="significant-gravitas"
  repo="autogpt"
  path="autogpt_platform/backend/backend/util/settings.py"
  branch="master"
  startMarker="# --8<-- [start:OAuthServerCredentialsExample]"
  endMarker="# --8<-- [end:OAuthServerCredentialsExample]"
  language="python"
/>

## Setting up

The first step to world-class documentation is setting up your editing environments.

<CardGroup cols={2}>
  <Card
    title="Edit Your Docs"
    icon="pen-to-square"
    href="https://mintlify.com/docs/quickstart"
  >
    Get your docs set up locally for easy development
  </Card>
  <Card
    title="Preview Changes"
    icon="image"
    href="https://mintlify.com/docs/development"
  >
    Preview your changes before you push to make sure they're perfect
  </Card>
</CardGroup>

## Make it yours

Update your docs to your brand and add valuable content for the best user conversion.

<CardGroup cols={2}>
  <Card
    title="Customize Style"
    icon="palette"
    href="https://mintlify.com/docs/settings/global"
  >
    Customize your docs to your company's colors and brands
  </Card>
  <Card
    title="Reference APIs"
    icon="code"
    href="https://mintlify.com/docs/api-playground/openapi"
  >
    Automatically generate endpoints from an OpenAPI spec
  </Card>
  <Card
    title="Add Components"
    icon="screwdriver-wrench"
    href="https://mintlify.com/docs/content/components/accordions"
  >
    Build interactive features and designs to guide your users
  </Card>
  <Card
    title="Get Inspiration"
    icon="stars"
    href="https://mintlify.com/customers"
  >
    Check out our showcase of our favorite documentation
  </Card>
</CardGroup>