Skip to content

docs: fix README typos and Docker Compose syntax - #6

Merged
KarimTamani merged 1 commit into
stackrender:mainfrom
albertoarena:docs/fix-readme-docker-docs
Aug 4, 2026
Merged

docs: fix README typos and Docker Compose syntax#6
KarimTamani merged 1 commit into
stackrender:mainfrom
albertoarena:docs/fix-readme-docker-docs

Conversation

@albertoarena

@albertoarena albertoarena commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Description

Documentation-only fixes to README.md and DOCKER.md:

  • Fix the Welcom typo in the main heading (Welcome).
  • Reword Indices Suggestions to Index Suggestions in the feature list.
  • Update the intro sentence to list all six exportable SQL dialects (adding Oracle and SQL Server) so it matches the Supported Databases section.
  • Add the port 3000 dev-server URL to the local npm run dev instructions.
  • Switch the Docker Compose commands in README.md and DOCKER.md from the deprecated V1 docker-compose to the current V2 docker compose syntax. Filename references to docker-compose.yml are intentionally left unchanged.

Related Issues

None.

Changes Made

  • Feature implementation
  • Bug fix
  • Documentation update
  • Other (please specify)

Testing

No code changes, so there is no runtime behavior to test. Verification was limited to reviewing the rendered Markdown and confirming the documented facts:

  • npm run dev serves on http://localhost:3000 (per vite.config.ts), matching the newly added URL.
  • The six dialects listed in the intro match the existing Supported Databases section and the dialect importers/renderers in src/utils/import and src/utils/render/database.
  • docker compose (V2) is the current supported CLI form; docker-compose.yml filename references were preserved.

Checklist

Before submitting, please ensure you have:

  • Read the Contributing Guide
  • Followed the Code of Conduct
  • Tested your changes locally
  • Updated documentation if needed

Additional Notes

Docs-only change with no functional impact.

Correct the "Welcome" heading typo and reword "Index Suggestions"
in the feature list. The intro now lists all six exportable SQL
dialects (adding Oracle and SQL Server) so it matches the
Supported Databases section. Add the port 3000 dev-server URL to
the local setup instructions, and switch the Docker Compose
commands in README and DOCKER.md from the deprecated V1
"docker-compose" to the current V2 "docker compose" syntax.
@KarimTamani
KarimTamani merged commit ae9e052 into stackrender:main Aug 4, 2026
@albertoarena
albertoarena deleted the docs/fix-readme-docker-docs branch August 4, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants