You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ mode: "wide"
8
8
## Web Editor
9
9
We've revamped our web editor so that you can now update docs with a fully WYSIWYG experience, while syncing with markdown.
10
10
11
-
Check out our [docs on getting started with Web Editor](/webeditor).
11
+
Check out our [docs on getting started with Web Editor](/web-editor).
12
12
13
13
## llms.txt
14
14
All docs instances are now automatically hosted at /llms.txt and /llms-full.txt so that LLMs can easily ingest your documentation. For more information, read the [docs on the new llms.txt standard.](https://llmstxt.org)
After you create a new branch, you'll automatically be switched, and all changes
52
-
you make will be made to this new branch until you change branches again or reload the page.
33
+
-**Repository**: The folder in which your code lives. It can be local (on your computer) or remote (like GitHub).
53
34
54
-
By default, when you load the page again, you'll default to the main branch.
35
+
-**Commit**: A snapshot of changes made to files in the repository.
55
36
56
-
### Making a commit
37
+
-**Branch**: A separate line of development. It's a working copy of the code that allows you to work on changes without affecting the main version.
57
38
58
-
In order to make a commit, you have two options, both of which appear on the top
59
-
right of the editor:
39
+
-**Pull request:** A request to merge changes from a working branch into the main branch. This is used for reviewing content before making changes live.
60
40
61
-
1. If you're on the main branch of your docs repository, you can push a commit
62
-
directly to the repo by clicking the **"Publish"** button. You'll see your changes
63
-
reflect in your git branch the next time you run `git pull`.
After you create a new branch, you'll automatically be switched, and all changes
74
+
you make will be made to this new branch until you change branches again or reload the page.
75
+
76
+
By default, when you load the page again, you'll default to the main branch.
77
+
78
+
<Tip>
79
+
As a best practice, you should always create a new branch to make changes so you can submit a pull request for review by other teammates. You also may not have permissions to make changes to the main branch, in which case we'll try to open a pull request for you.
80
+
</Tip>
81
+
</Step>
82
+
83
+
<Steptitle="Making a commit">
84
+
In order to make a commit, you have two options, both of which appear on the top
85
+
right of the editor:
86
+
87
+
<Tabs>
88
+
<Tabtitle="Main branch">
89
+
If you're on the main branch of your docs repository, you can push a commit
90
+
directly to the repo by clicking the **"Publish"** button. You'll see your changes
91
+
reflect in your git branch the next time you run `git pull`.
0 commit comments