-
Notifications
You must be signed in to change notification settings - Fork 0
Description
- Implementation PR:
Summary
We plan to extract the dictionary content (currently stored as .mdx files) from the main jargonsdev/jargons.dev repository and move it to a dedicated repository. This separation will allow us to use Astro’s new content layer feature to load dictionary content dynamically from a remote source, improving the maintainability and scalability of the project.
Motivation
Currently, both the jargons.dev app source code and the dictionary content reside in the same repository. This setup limits the ability to manage and scale these components separately. By moving the dictionary content to its own repository, we can:
- Separate the content from the app code, enabling more focused contributions.
- Make it easier for contributors to update content without touching the app code.
- Leverage the Astro content layer to dynamically load content from a remote source, allowing for more flexibility.
Goal
- Create a new repository for dictionary content, for example,
jargonsdev/dictionary. - Extract all
.mdxfiles from the currentjargonsdev/jargons.devrepository in thecontent/dictionarydirectory and move them to the new repository. - Integrate Astro’s content layer to fetch and load the dictionary content from the new remote repository into the app.
- Update contribution guidelines to reflect the new structure, making it clear how to contribute to both the app and the dictionary content.
- Test and validate the integration to ensure the dictionary content is properly loaded and the app functions as expected.
By achieving these goals, we will streamline the management of content and code, paving the way for more efficient collaboration and future scalability.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status