[go: nahoru, domu]

Skip to content

Commit

Permalink
Improve the per-API landing page a little
Browse files Browse the repository at this point in the history
It's still fairly bare, but at least it has a title, and a link to GitHub as well as the API docs.
  • Loading branch information
jskeet committed Jul 10, 2019
1 parent d9823ff commit 81a82cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .kokoro/BuildGeneratedDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ build_site() {
sed -i "s/\\\$package/$package/g" $json
sed -i "s/\\\$target/netstandard2.0/g" $json
sed -i "s/\\\$title/$package/g" $json

sed -i "s/\\\$title/$package/g" $directory/index.md
sed -i "s/\\\$entry_namespace/$package/g" $directory/index.md

$DOCFX metadata -f --disableGitFeatures $json
Expand Down
2 changes: 2 additions & 0 deletions .kokoro/BuildSupportDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ build_site() {
sed -i "s/\\\$package/$package/g" $json
sed -i "s/\\\$target/$target_framework/g" $json
sed -i "s/\\\$title/Google API support libraries/g" $json

sed -i "s/\\\$title/Google API support libraries/g" $directory/index.md
sed -i "s/\\\$entry_namespace/$entry_namespace/g" $directory/index.md

$DOCFX metadata -f --disableGitFeatures $json
Expand Down
7 changes: 6 additions & 1 deletion Docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
This page is present as a root for the [API reference documentation](obj/api/$entry_namespace.yml)
# $title

This is the [API reference documentation](obj/api/$entry_namespace.yml) for $title.

For source code, please visit the [GitHub
repository](https://github.com/googleapis/google-api-dotnet-client).

0 comments on commit 81a82cc

Please sign in to comment.