Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the documentation and the addition of a new component for downloading files. The most important changes include the restructuring of the Python installation guide, enhancements to the Python introduction page, and the creation of a reusable download button component.
Documentation updates:
docs/python/kurulum.mdx
: Added detailed installation instructions for Python on Windows and MacOS, including a new tabbed interface for easy navigation and download buttons for installation scripts.docs/python/index.md
: Expanded the description of the Python programming language, highlighting its features and providing a more comprehensive overview.Component additions:
src/components/DownloadFileFeature/index.js
: Created a newDownloadFileFeature
component that allows users to download files directly from the documentation. This component supports icons for different operating systems.src/components/DownloadFileFeature/styles.module.css
: Added styles for theDownloadFileFeature
component to ensure a consistent and user-friendly appearance.src/theme/MDXComponents.js
: Integrated the newDownloadFileFeature
component into the MDX components to make it available for use in documentation files.