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
"**Action Required**: Please update all cross-version links to use version variables or ensure links stay within the same version.",
249
249
"",
250
-
"For more information about proper link formatting, see the [CockroachDB Docs Style Guide](https://github.com/cockroachdb/docs/blob/main/StyleGuide.md#links)."
250
+
"For more information about proper link formatting, see the [CockroachDB Docs Style Guide](https://github.com/cockroachlabs/docs/blob/main/StyleGuide.md#links)."
Copy file name to clipboardExpand all lines: MarkdownGuide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -592,7 +592,7 @@ The contents of `shared-file.md` will now appear on all of the pages where you a
592
592
593
593
#### Different content depending on page name
594
594
595
-
There may be cases where the content of the include file will need to vary slightly depending on what pages that content is being shared into. For example, while working on [cockroachdb/docs#12216](https://github.com/cockroachdb/docs/pull/12216), I needed a way to:
595
+
There may be cases where the content of the include file will need to vary slightly depending on what pages that content is being shared into. For example, while working on [cockroachlabs/docs#12216](https://github.com/cockroachlabs/docs/pull/12216), I needed a way to:
596
596
597
597
- Have text be a link on the [Known Limitations](https://www.cockroachlabs.com/docs/stable/known-limitations) page.
598
598
- Have that same text _not_ be a link on the [Cost-Based Optimizer](https://www.cockroachlabs.com/docs/stable/cost-based-optimizer) page (since it would be a self-referring link).
@@ -615,7 +615,7 @@ Locality-optimized search
615
615
616
616
#### Remote includes
617
617
618
-
Sometimes, you need to include files that are maintained in other places than the `cockroachdb/docs` repo but referenced in our docs. The `remote_include` tag is used for this. We most often use this tag for code samples, which are maintained in various repos.
618
+
Sometimes, you need to include files that are maintained in other places than the `cockroachlabs/docs` repo but referenced in our docs. The `remote_include` tag is used for this. We most often use this tag for code samples, which are maintained in various repos.
619
619
620
620
For code samples, you usually want to show only part of a larger file to highlight a specific technique, or due to length considerations.
621
621
@@ -639,7 +639,7 @@ For more information about the `remote_include` tag, see the README in the [jeky
639
639
640
640
### Filter tabs
641
641
642
-
Use filter tabs to create navigation between related pages. The [`filter-tabs.md`](https://github.com/cockroachdb/docs/blob/main/src/current/_includes/filter-tabs.md) include generates tabs that link to different pages.
642
+
Use filter tabs to create navigation between related pages. The [`filter-tabs.md`](https://github.com/cockroachlabs/docs/blob/main/src/current/_includes/filter-tabs.md) include generates tabs that link to different pages.
643
643
644
644
**Note:** Filter tabs link to different URLs/pages, not tabs within a single page.
Copy file name to clipboardExpand all lines: README.md
+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
@@ -4,7 +4,7 @@ This repository contains the source files for the CockroachDB documentation avai
4
4
5
5
## Suggest Improvements
6
6
7
-
Want a topic added to the docs? Need additional details or clarification? See an error or other problem? Please [open an issue](https://github.com/cockroachdb/docs/issues).
7
+
Want a topic added to the docs? Need additional details or clarification? See an error or other problem? Please [open an issue](https://github.com/cockroachlabs/docs/issues).
Copy file name to clipboardExpand all lines: StyleGuide.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ Avoid terms that imply violence or harm.
283
283
- Replace "performance _hit_" with **reduced performance**.
284
284
- Replace "want to _hit_ up" with **want to visit**.
285
285
286
-
Terminology around "kill" vs. "stop" vs. "terminate" is nuanced, as described [in this GitHub comment](https://github.com/cockroachdb/docs/issues/7767#issuecomment-662028864). Use your best judgement.
286
+
Terminology around "kill" vs. "stop" vs. "terminate" is nuanced, as described [in this GitHub comment](https://github.com/cockroachlabs/docs/issues/7767#issuecomment-662028864). Use your best judgement.
287
287
288
288
### Write accessible documentation
289
289
@@ -372,7 +372,7 @@ A _concept_ topic explains how a particular feature works, or how a specific sys
372
372
373
373
- Provide as much relevant information as you can, and then link to other pages as necessary. If there is a related [reference](#reference) topic, link to it from within the conceptual topic.
374
374
375
-
For templates that provide a starting point for writing concept topics, refer to the [concept templates](https://github.com/cockroachdb/docs/tree/main/templates/concept).
375
+
For templates that provide a starting point for writing concept topics, refer to the [concept templates](https://github.com/cockroachlabs/docs/tree/main/templates/concept).
376
376
377
377
#### Examples
378
378
@@ -403,7 +403,7 @@ A _task_ topic provides step-by-step instructions to complete a specific goal. T
403
403
404
404
Tasks should **not** include concept or reference information; instead, a task should link to [Concept](#concept) and [Reference](#reference) topics as needed.
405
405
406
-
For templates that provide a starting point for writing task topics, refer to the [task templates](https://github.com/cockroachdb/docs/tree/main/templates/task).
406
+
For templates that provide a starting point for writing task topics, refer to the [task templates](https://github.com/cockroachlabs/docs/tree/main/templates/task).
407
407
408
408
#### Examples
409
409
@@ -422,7 +422,7 @@ Reference topics help users understand the precise meaning and effect of Cockroa
422
422
- The content should be comprehensive and accurate. This principle might apply to other page types, but it is especially important for reference, as it is the ultimate source of truth for a particular feature or interface.
423
423
- The content should be succinct. Details are often presented in table format. Prose is better suited for [Concept](#concept) topics.
424
424
425
-
For templates that provide a starting point for writing reference topics, refer to the [reference templates](https://github.com/cockroachdb/docs/tree/main/templates/reference).
425
+
For templates that provide a starting point for writing reference topics, refer to the [reference templates](https://github.com/cockroachlabs/docs/tree/main/templates/reference).
426
426
427
427
#### Examples
428
428
@@ -436,7 +436,7 @@ _Guides_ offer the reader a perspective on how to decide between a number of dif
436
436
437
437
To accomplish this goal, guides often link to several different [Concept](#concept) topics and compare and contrast them. They can also link to multiple [Task](#task) topics.
438
438
439
-
For templates that provide a starting point for writing guide topics, refer to the [guide templates](https://github.com/cockroachdb/docs/tree/main/templates/guide).
439
+
For templates that provide a starting point for writing guide topics, refer to the [guide templates](https://github.com/cockroachlabs/docs/tree/main/templates/guide).
440
440
441
441
#### Examples
442
442
@@ -564,7 +564,7 @@ For include file syntax, refer to the [Markdown Guide](MarkdownGuide.md#include-
564
564
565
565
Reference issues and pull requests by their corresponding number, prepended with `#`.
0 commit comments