Skip to content

Commit

Permalink
Merge pull request grpc#19247 from jtattermusch/csharp_docfx_nocollide
Browse files Browse the repository at this point in the history
C# make reference docs tooling to docfx directory to avoid collision
  • Loading branch information
jtattermusch committed Jun 6, 2019
2 parents 51ccea9 + e466546 commit 3e8c38c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rm -rf html obj grpc-gh-pages
# generate into src/csharp/doc/html directory
cd ..
docker run --rm -v "$(pwd)":/work -w /work/doc --user "$(id -u):$(id -g)" -it tsgkadot/docker-docfx:latest docfx
cd doc
cd docfx

# prepare a clone of "gh-pages" branch where the generated docs are stored
GITHUB_USER="${USER}"
Expand All @@ -35,4 +35,4 @@ git remote add origin "git@github.com:${GITHUB_USER}/grpc.git"
rm -r csharp
cp -r ../html csharp

echo "Done. Go to src/csharp/doc/grpc-gh-pages git repository and create a pull request to update the generated docs."
echo "Done. Go to src/csharp/docfx/grpc-gh-pages git repository and create a pull request to update the generated docs."
File renamed without changes.

0 comments on commit 3e8c38c

Please sign in to comment.