asciidoctor / docs.asciidoctor.org

The Antora playbook project (i.e., site manifest) for the Asciidoctor documentation site.
https://docs.asciidoctor.org
MIT License
14 stars 18 forks source link

Go live task list #27

Closed mojavelinux closed 3 years ago

mojavelinux commented 3 years ago

This issue tracks the remaining tasks to complete to make the new docs site go live. It's only meant to communicate progress and provide a picture of what tasks remain.

mojavelinux commented 3 years ago

We may consider getting the docs running on docs.asciidoctor.org before we start redirecting from asciidoctor.org. This soft launch period will allow us to exercise the site, discover issues, and fix them before making an official public announcement.

ggrossetie commented 3 years ago

add Algolia logo to footer

Is it mandatory? There is already a "Search by" mention at the bottom of the search result:

algolia

fix table of built-in attributes (most basic fix possible) (asciidoc)

Can I help? What needs to be done?

enable search for all components

Should I configure something on Asciidoctor.js or Asciidoctor reveal.js?

mojavelinux commented 3 years ago

Is it mandatory (to add an Algolia icon to the footer)

I think it's only fair. They have granted us an OSS plan. And it does as much for the site as Netlify. Plus, we have a space for it.

mojavelinux commented 3 years ago

What needs to be done? (for fix table of built-in attributes).

See https://github.com/asciidoctor/asciidoc-docs/issues/1

mojavelinux commented 3 years ago

Should I configure something on Asciidoctor.js or Asciidoctor reveal.js? (for search)

The search is configured here: https://github.com/asciidoctor/docs.asciidoctor.org/blob/main/docsearch/config.json I would like to see the versions managed automatically from the site build, but if we have to start with manual updates, it's okay.

mojavelinux commented 3 years ago

I think we should move the rollout of the redirects to a separate issue since we'll enable it after docs.asciidoctor.org is resolving.

graphitefriction commented 3 years ago

@mojavelinux which repository do you want the redirects-rollout checklist/issue to be filed in?

mojavelinux commented 3 years ago

The redirects, which we won't put in place until hard launch, are now being tracked here: https://github.com/asciidoctor/asciidoctor.org/issues/981

graphitefriction commented 3 years ago

The PR changing {url-asciidoctorj} to xref:asciidoctorj::index.adoc is ready: https://github.com/asciidoctor/asciidoctor/pull/3888

mojavelinux commented 3 years ago

And with that, we're soft launched! :rocket:

We'll address the official launch and announcement in separate issues.