Skip to content

Commit 0720e1d

Browse files
author
markzegarelli
authored
Merge branch 'master' into thomas/wootric_rebrand_destination
2 parents 42a8eff + 962ba8d commit 0720e1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Before you begin:
1212

1313
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.
1414

15-
## Want to go deeper? Clone the repository
15+
## Want to go deeper? Fork the repository
1616

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:
1818
- editing more than one file at a time
1919
- adding or updating images
2020
- updating navigation items
2121

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.
2323

2424
## Site structure
2525

@@ -111,4 +111,4 @@ Each piece of frontmatter does something special!
111111
- `landing`: defaults to false. Use this to drop the noun set by `integration_type` from the tab title.
112112
- `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.
113113
- `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

Comments
 (0)