Merge pull request #19247 from jtattermusch/csharp_docfx_nocollide

C# make reference docs tooling to docfx directory to avoid collision
pull/19266/head
Jan Tattermusch 6 years ago committed by GitHub
commit 3e8c38c507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      src/csharp/docfx/.gitignore
  2. 0
      src/csharp/docfx/README.md
  3. 0
      src/csharp/docfx/docfx.json
  4. 4
      src/csharp/docfx/generate_reference_docs.sh
  5. 0
      src/csharp/docfx/toc.yml

@ -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}"
@ -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."
Loading…
Cancel
Save