Skip to content

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented May 27, 2025

This adds the following export options to assembler.

  • html, the default renders HTML
  • llm, only half implemented renders the markdown as markdown (with substitutions resolved)
  • elasticsearch, writes documentation files to Elasticsearch (currently requires ELASTIC_URL and ELASTIC_API_KEY to be set)

These can be specified as:

./docs-assembler repo build-all --exporters llm,elasticsearch

In which case no html will be emitted, only the llm text files and Elasticsearch.

Submitting this PR early so I can more cleanly follow up with a more complete LLM and Elasticsearch export implementation without the infrastructure noise :)

@Mpdreamz Mpdreamz requested a review from a team as a code owner May 27, 2025 20:11
@Mpdreamz Mpdreamz self-assigned this May 27, 2025
Copy link
Member

@reakaleek reakaleek left a comment

Choose a reason for hiding this comment

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

🚀

@Mpdreamz Mpdreamz merged commit df31b39 into main May 30, 2025
15 checks passed
@Mpdreamz Mpdreamz deleted the feature/index-documents branch May 30, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants