Skip to content

Add descriptions to table.csv and update link texts#6096

Open
charlotte-hoblik wants to merge 9 commits intomainfrom
add-descriptions-5277
Open

Add descriptions to table.csv and update link texts#6096
charlotte-hoblik wants to merge 9 commits intomainfrom
add-descriptions-5277

Conversation

@charlotte-hoblik
Copy link
Copy Markdown
Contributor

@charlotte-hoblik charlotte-hoblik commented Mar 8, 2026

This PR adds descriptions to the links in table.csv.

As a result, the links in the documentation will not show up as "External documantation" anymore; but as meaningful descriptions of where the link is pointing to.

(Generative AI was used to generate the link descriptions.)

Connected to: elastic/docs-content#5277

Preview

Before

Screenshot 2026-03-08 at 23 58 26 Screenshot 2026-03-09 at 0 01 40

After

Screenshot 2026-03-10 at 12 30 42 Screenshot 2026-03-10 at 12 31 28

@leemthompo
Copy link
Copy Markdown
Member

One general comment, let's try to avoid any truncated link text like this:

Screenshot 2026-03-09 at 14 17 52

Copy link
Copy Markdown
Contributor

@kosabogi kosabogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if refining the link texts and making them more consistent is within the scope of this PR. If not, please feel free to ignore this comment (and a lot of my suggestions).

I think we could generally use two different patterns depending on the type of page the link points to:

Copy link
Copy Markdown
Contributor

@kosabogi kosabogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if refining the link texts and making them more consistent is within the scope of this PR. If not, please feel free to ignore this comment (and a lot of my suggestions).

I think we could generally use two different patterns depending on the type of page the link points to:

@charlotte-hoblik
Copy link
Copy Markdown
Contributor Author

Thanks so much for the detailed review, @kosabogi! I’ve fixed the typos you caught and rewrote the link descriptions to ensure they fit within the strict 33-character limit to avoid the truncation @leemthompo pointed out.

You are absolutely right about using consistent patterns. It was a bit tricky to apply them strictly given the tight character limit, but I did my best to establish a fallback hierarchy to keep things as consistent as possible. Here is what I used:

  • “Learn more about [X]” (when X is ≤13 characters)
  • “More about [X]” (when it fits within 33 characters)
  • “About [X]” (for the tightest limits)
  • “Creating or updating [object]” (for create/update actions, e.g., alias, lifecycle policy, GeoIP database)

Let me know what you think of the updated texts!

Copy link
Copy Markdown
Contributor

@kosabogi kosabogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed it up to line 150. In some places, sentences are cut off. I marked these with comments, but it might be worth running another round with AI and reviewing them again.

@github-actions
Copy link
Copy Markdown
Contributor

Following you can find the validation changes against the target branch for the APIs.

No changes detected.

You can validate these APIs yourself by using the make validate target.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants