Skip to content

docs: Wording changes and proper syntax highlighting #188

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

Merged
merged 2 commits into from
Dec 31, 2022

Conversation

codingEzio
Copy link
Contributor

Only the README.md files were changed in this Pull & Request

Here are the detailed changes I've made

  • Proper syntax highlighting for the code examples (after those triple backticks)
  • Clickable links instead of bare links (non-clickable for some Markdown parsers)
  • Native-like wording


To access prisma:

```bash
kubectl port-forward prisma-deployment-5c9ccfc6b8-962vq 5555:5555 -n codepod-alpha
Copy link
Collaborator

Choose a reason for hiding this comment

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

You forgot to remove this indentation.

Also, I deliberately used the indentation instead of ``` for small code blocks like these helm ones, because:

  • indentation is easier and cleaner to read in plain text then ```
  • ```bash does not give it syntax highlighting anyway

Copy link
Collaborator

Choose a reason for hiding this comment

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

Both work. You could remove this indentation or change the small & unhighlighted commands back to indentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry for the inconvenience!

Eventually I opted to the first option which is to remove the indentation.

Copy link
Collaborator

Choose a reason for hiding this comment

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

No problem, thanks!

Copy link
Collaborator

@lihebi lihebi left a comment

Choose a reason for hiding this comment

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

Great touch, thanks!

@lihebi lihebi merged commit 98b9c5d into codepod-io:main Dec 31, 2022
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