Skip to content

Commit

Permalink
Add AlternateRepresentation to Metadata article (#1128)
Browse files Browse the repository at this point in the history
The metadata article curates a list of its child directives, with relevant topic titles.

This adds `AlternateRepresentation` to that list, in the same section as `SupportedLanguage` as they both deal with language representations.
  • Loading branch information
anferbui authored Dec 13, 2024
1 parent 77d5b38 commit a8bcdde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation
import Markdown


/// A directive that configures an alternate language representations of a symbol.
/// A directive that configures an alternate language representation of a symbol.
///
/// An API that can be called from more than one source language has more than one language representation.
///
Expand Down
2 changes: 1 addition & 1 deletion Sources/docc/DocCDocumentation.docc/DocC.symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"docComment" : {
"lines" : [
{
"text" : "A directive that configures an alternate language representations of a symbol."
"text" : "A directive that configures an alternate language representation of a symbol."
},
{
"text" : ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ comment.
### Customizing the Languages of an Article

- ``SupportedLanguage``
- ``AlternateRepresentation``

### Customizing the Availability Information of a Page

Expand Down

0 comments on commit a8bcdde

Please sign in to comment.