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: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ Before you begin:
12
12
13
13
Not all pages have a 1-1 mapping with their location within the repository. This can make browsing and locating the file you're trying to reference a challenge. As you browse [segment.com/docs](https://segment.com/docs), you'll notice two links in the right sidebar, at the top of the page. Click **Edit this page** to open the page in the Github editor. Or, click **Request docs change** to create a new issue that references the page.
14
14
15
-
## Want to go deeper? Clone the repository
15
+
## Want to go deeper? Fork the repository
16
16
17
-
You can clone this repository to your local machine to make larger changes. Examples of larger changes include:
17
+
You can fork this repository to your local machine to make larger changes. Examples of larger changes include:
18
18
- editing more than one file at a time
19
19
- adding or updating images
20
20
- updating navigation items
21
21
22
-
In this scenario, you'll clone the repository locally, make your changes, and submit a pull request to have them reviewed and merged back into the site.
22
+
In this scenario, you'll fork the repository locally, make your changes, and submit a pull request to have them reviewed and merged back into the site.
23
23
24
24
## Site structure
25
25
@@ -111,4 +111,4 @@ Each piece of frontmatter does something special!
111
111
-`landing`: defaults to false. Use this to drop the noun set by `integration_type` from the tab title.
112
112
-`redirect_from`: Defaults to null. Takes an array of URLs from the frontmatter in a file, and generates a "stub" page at each URL at build-time. Each stub file redirects to the original file. Use the path from the root of the content directory, for example `/connections/destinations/catalog/` rather than `/docs/connections/destinations/catalog/`. **Note** We are mostly using NGINX redirects for SEO purposes. Approximately quarterly, we'll collect these and add them to NGINX.
113
113
-`seo-changefreq`: default: `weekly `. Use the values [in the sitemap spec](https://www.sitemaps.org/protocol.html#xmlTagDefinitions). - sets the `changefreq` tag in the sitemap.xml generator, which tells search crawlers how often to check back.
114
-
-`seo-priority`: values from `1.0` to `0.1`, default: `0.5 `. Sets the `Priority` tag in the sitemap
114
+
-`seo-priority`: values from `1.0` to `0.1`, default: `0.5 `. Sets the `Priority` tag in the sitemap
0 commit comments