Skip to content

Commit 557c331

Browse files
committed
Restore alphabetical order.
1 parent f4d1c04 commit 557c331

File tree

1 file changed

+3
-3
lines changed
  • src/antsibull_docs/schemas/docs

1 file changed

+3
-3
lines changed

src/antsibull_docs/schemas/docs/base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,10 @@ class DocSchema(BaseModel):
511511
filename: str = ''
512512
notes: t.List[str] = []
513513
requirements: t.List[str] = []
514-
seealso: t.List[t.Union[SeeAlsoModSchema,
514+
seealso: t.List[t.Union[SeeAlsoLinkSchema,
515+
SeeAlsoModSchema,
515516
SeeAlsoPluginSchema,
516-
SeeAlsoRefSchema,
517-
SeeAlsoLinkSchema]] = []
517+
SeeAlsoRefSchema]] = []
518518
todo: t.List[str] = []
519519
version_added: str = 'historical'
520520
version_added_collection: str = COLLECTION_NAME_F

0 commit comments

Comments
 (0)