-
Notifications
You must be signed in to change notification settings - Fork 345
Updated configuration for js client #701
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
Conversation
Until #701 gets merged, this is the correct URL to use for build the documentation.
I talked with @delvedor about this this morning - we'll merge the old docs into the new repo in a branch called |
Note that we might have pages that don't exist in the new version of the docs. I propose at least initially we are ok with that. Once we have tighter control of the redirects on the public web site we can fix the problem quickly. |
There are two things blocking this:
|
Because the new docs aren't compatible with AsciiDoc! Which is fine. We're migrating to Asciidoctor. |
Fixed in elastic/elasticsearch-js#793 🎉 |
This handles merging master into the PR branch and it sets up asciidoctor. All of the docs build with this but the link checking fails. You can test this with: ``` ./build_docs --all --target_repo [email protected]:elastic/built-docs.git --open ```
@delvedor, I pushed some updates. The docs build now but the link check fails. You can test it locally with:
That will take a long time because it has to download a bunch of stuff. Try and do it in a place with a nice internet connection..... Here are the failures I see locally though:
The upshot is that we link to You also reference some broken links from your docs. I'm no sure what it is up there but those are usually fairly easy to fix. |
Follow up of elastic/docs#701.
Follow up of elastic/docs#701.
Follow up of elastic/docs#701.
Follow up of elastic/docs#701.
I opened elastic/elasticsearch-js#799 for what I hope are the last of the broken links. |
I need one more PR in the elasticsearch-js client before we can merge this: elastic/elasticsearch-js#801 |
That PR is in! We're ready to merge this any time you are ready @delvedor! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge whenever you are ready!
Follow up of elastic/docs#701.
Follow up of elastic/docs#701.
Follow up of elastic/docs#701.
Hello!
As you may know, I'm working on the new JavaScript client for Elasticsearch, the code is ready as well as the documentation, the plan is to release the new client with a blog post (https://github.com/elastic/blog/issues/580) at the same time of ES-rc1 (or slightly later).
The current client will be migrated to a new repo to keep all the history, which will be
elasticsearch-js-legacy
(I still have to create it).With this pr I'm updating the documentation for the new client, but I don't know if we want to keep the old documentation as well for a while.
I'll keep the pr in draft mode until the new client is ready to go.
/cc @elastic/es-clients @spalger