Skip to content

Commit

Permalink
Allow package prefix in docs (#5736)
Browse files Browse the repository at this point in the history
Per [b/326624050](https://b.corp.google.com/issues/326624050),

This deletes the configuration that was removing the package prefix from
our toc files.

We previously needed to remove the `com.google` package prefix from our
docs; since of the SDKs were still using the old doc engine. Now that
everyone has migrated, this is no longer needed. We should remove this
transformation from our doc generation to align with internal systems.
  • Loading branch information
daymxn committed Feb 23, 2024
1 parent ec992b2 commit 2865f2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ constructor(private val workerExecutor: WorkerExecutor) : GenerateDocumentationT
"docRootPath" to "/docs/reference/",
"javaDocsPath" to "android",
"kotlinDocsPath" to "kotlin",
"packagePrefixToRemoveInToc" to "com.google",
"projectPath" to "client/${clientName.get()}",
"includedHeadTagsPathJava" to
"docs/reference/android/_reference-head-tags.html",
Expand Down

0 comments on commit 2865f2b

Please sign in to comment.