Skip to content
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

Adding support for toml data entry #10484

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Adding support for toml data entry #10484

wants to merge 3 commits into from

Conversation

q1b
Copy link
Contributor

@q1b q1b commented Mar 19, 2024

Changes

  • This will add support for .toml extension
  • using js-toml package

Testing

I checked the repository, yet unable to see existing tests for JSON, YAML and TOML data entry points,
If so, there is need for adding tests for these data entry points let me know, I am happy to contribute

Docs

Adding Support for .toml file in src/content folder with existing data formats json, yaml

Copy link

changeset-bot bot commented Mar 19, 2024

🦋 Changeset detected

Latest commit: c28ae9e

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Mar 19, 2024
@jacobdalamb
Copy link
Contributor

What is this for? Sorry if it's obvious/dumb question.

@false-fox
Copy link

false-fox commented May 8, 2024

plus support, I use both rust and astro on the same project, this would help out a ton.

Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

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

Some things you need to address:

  • explain the PR to us reviewers, and why you added it
  • change the changeset, and make it a minor
  • expand the changeset, and explain the new feature with an example. We want to explain things to users
  • open a PR to update the documentation
  • add an example in examples/ folder

@q1b
Copy link
Contributor Author

q1b commented May 9, 2024

yes, let me do it tonight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants