Skip to content

Commit

Permalink
Use one single rule folder = ./ to populate all *.md file
Browse files Browse the repository at this point in the history
Summary:
I mis-interpret the usage of `srcs` and corresponding population of `wiki_root_path`.

Find a new way to use `folder` instead of `srcs` to publish wiki page and avoid human error.

Differential Revision: D53927072

fbshipit-source-id: e7970cfbeec265c9f898f4227eb070e281f6da7a
  • Loading branch information
Xiang Xu authored and facebook-github-bot committed Feb 20, 2024
1 parent 1c726e7 commit 97d0c76
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 117 deletions.
33 changes: 2 additions & 31 deletions openr/docs/CFM_RULES
Original file line number Diff line number Diff line change
@@ -1,34 +1,5 @@
publish(
wiki_root_path = "Network_Routing_Control/Routing_Protocol/Open-R/Operator_Guide",
srcs = [
"CLI.md",
"Configuration.md",
"Control_Plane_IO.md",
"Drain_OSS.md",
"Route_Representation.md",
"Version.md",
],
oncall = "routing_protocol",
)

publish(
wiki_root_path = "Network_Routing_Control/Routing_Protocol/Open-R/Protocol_Guide",
srcs = [
"Architecture.md",
"Config.md",
"Decision.md",
"Dispatcher.md",
"Fib.md",
"Initialization_Process.md",
"KvStore.md",
"LinkMonitor.md",
"Messaging.md",
"Miscellaneous.md",
"Monitor.md",
"Netlink.md",
"Platform.md",
"PrefixManager.md",
"Spark.md",
],
wiki_root_path = "Network_Routing_Control/Routing_Protocol/Open-R",
folder = "./",
oncall = "routing_protocol",
)
11 changes: 0 additions & 11 deletions openr/docs/Features/BgpSpeaker.md

This file was deleted.

15 changes: 0 additions & 15 deletions openr/docs/Features/index.rst

This file was deleted.

20 changes: 0 additions & 20 deletions openr/docs/Makefile

This file was deleted.

40 changes: 0 additions & 40 deletions openr/docs/make.bat

This file was deleted.

0 comments on commit 97d0c76

Please sign in to comment.