Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For API reference files, the UID is auto generated by mangling the API's signatu
> [!Note]
> Conceptual Markdown file doesn't have UID generated by default. So it cannot be cross referenced unless you give it a UID.

See the list of [predefined metadata](config.md#predefined-metadata) for applicable options for inclusion in the YAML header.
See the list of [predefined metadata](../reference/docfx-json-reference.md#predefined-metadata) for applicable options for inclusion in the YAML header.

## Alerts

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/docfx-json-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Specifies the value of [priority](https://www.sitemaps.org/protocol.html#priorit

#### `fileOptions`

This property can be used when some specific files have different sitemap settings. It is a set of key-value pairs, where key is the [*glob* pattern](#23-glob-pattern) for input files, and value is the sitemap options. Order matters and the latter matching option overwrites the former ones.
This property can be used when some specific files have different sitemap settings. It is a set of key-value pairs, where key is the [glob patterns](#glob-patterns) for input files, and value is the sitemap options. Order matters and the latter matching option overwrites the former ones.

### `disableGitFeatures`

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/intro_overwrite_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ When processing *Conceptual File*s and *Metadata File*s, *Overwrite Model*s with

Apply *Overwrite File*s
-----------------------
Inside `docfx.json`, [`overwrite`](../reference/docfx-json-reference.md#12-properties-for-build) is used to specify the *Overwrite File*s.
Inside `docfx.json`, [`overwrite`](../reference/docfx-json-reference.md#overwrite) is used to specify the *Overwrite File*s.

Overwrite principles
-----------------
Expand Down
2 changes: 2 additions & 0 deletions samples/seed/dotnet/solution/CatLibrary/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
using System.Text;
using System.Threading.Tasks;

#pragma warning disable CS0659 // 'class' overrides Object.Equals(object o) but does not override Object.GetHashCode()

namespace CatLibrary
{
using System.Diagnostics;
Expand Down