Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs][meta] Migrate APM Server documentation to asciidoctor #1965

Closed
28 of 29 tasks
bmorelli25 opened this issue Feb 27, 2019 · 2 comments
Closed
28 of 29 tasks

[docs][meta] Migrate APM Server documentation to asciidoctor #1965

bmorelli25 opened this issue Feb 27, 2019 · 2 comments
Assignees

Comments

@bmorelli25
Copy link
Member

bmorelli25 commented Feb 27, 2019

Doc repo PRs

APM Server

✅ indicates the branch builds with asciidoctor.

Other problems

Generate a list of changes

cd built-docs
git checkout elastic/docs_1083
git show --name-status

Generate a diff

Takes about 90 mins

for file in $(find html/en/apm/server | grep \.html | sort); do echo $file; docker run -it --rm --user 1000:1000 -v $GIT_HOME/docs:/docs_build:cached -v $(pwd):/work --security-opt seccomp=unconfined docker.elastic.co/docs/build:1 bash -c "cd /work && /docs_build/integtest/html_diff <(git show HEAD~1:$file) $file"; done | tee diff

cc @dedemorton / @nik9000 -- may be helpful for beats 🤷‍♂

@bmorelli25
Copy link
Member Author

bmorelli25 commented Aug 21, 2019

🎉 The first list of changes is ready! It's...big. Edit: it's way too big for a comment. Moved to gist: https://gist.github.com/bmorelli25/4e4b0b6fbc198f3578b5965219807732

@bmorelli25
Copy link
Member Author

As of elastic/built-docs@27c6d59, APM Server documentation now builds with Asciidoctor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant