Merge branch 'main' of https://github.com/mearashadowfax/ScrewFast
This commit is contained in:
commit
0ec4086f1e
3 changed files with 537 additions and 431 deletions
21
README.md
21
README.md
|
@ -333,21 +333,26 @@ ScrewFast leverages the power of Astro — a modern, cutting-edge site building
|
|||
|
||||
### Starlight Documentation
|
||||
|
||||
ScrewFast is now equipped with the Starlight, which is designed to elevate the user's experience with documentation. This modern and elegant theme comes with a suite of features to make the content more accessible and pleasant to navigate.
|
||||
ScrewFast is now equipped with Starlight, designed to elevate the user experience with documentation. This modern and elegant theme includes a suite of features to make content more accessible and enjoyable to navigate.
|
||||
|
||||
Key Features:
|
||||
|
||||
* **Site Navigation and Search**: Navigate through the documentation with ease using intuitive sidebar and built-in search functionality.
|
||||
* **Internationalization**: Cater to a global audience with the ability to switch languages, making documentation accessible to everyone, everywhere.
|
||||
* **SEO Friendly**: Optimized for search engines to help users quickly find the information they need.
|
||||
* **Code Highlighting and Dark Mode**: Enhances code readability with syntax highlighting, and offers a dark mode to reduce eye strain for users.
|
||||
* **Mobile Responsive Design**: Whether you're on a phone, tablet, or desktop, the documentation adapts to your screen size for optimal readability.
|
||||
* **Site Navigation and Search**: Navigate effortlessly using the intuitive sidebar and built-in search functionality.
|
||||
* **Internationalization**: Reach a global audience with language-switching capabilities, making the documentation accessible worldwide.
|
||||
* **SEO Friendly**: Optimized for search engines, helping users quickly find the information they need.
|
||||
* **Code Highlighting and Dark Mode**: Improves code readability with syntax highlighting, and offers a dark mode to reduce eye strain.
|
||||
* **Mobile Responsive Design**: Adapts to any screen size, whether you're on a phone, tablet, or desktop, for optimal readability.
|
||||
|
||||
With Starlight, you gain access to a wealth of powerful features and integrations, along with extensive customization options to fit your needs.
|
||||
With Starlight, you gain access to powerful features and integrations, as well as extensive customization options to suit your needs.
|
||||
|
||||
> [!NOTE]
|
||||
> Dive into the Starlight's comprehensive feature list and learn how it can streamline your development process by visiting the theme's [documentation site](https://starlight.astro.build/).
|
||||
>
|
||||
|
||||
|
||||
> [!IMPORTANT]
|
||||
> If the sidebar in your Starlight site is not scrolling, and you have to manually drag the scrollbar, remove the script tag related to the Lenis smooth scroll library from `src/components/ui/starlight/Head.astro`.
|
||||
|
||||
|
||||
### Lenis for Smooth Scrolling
|
||||
|
||||
Experience buttery smooth scrolling with [Lenis](https://lenis.studiofreight.com/). We've integrated Lenis to provide an enhanced scrolling experience that's both fluid and responsive.
|
||||
|
|
917
package-lock.json
generated
917
package-lock.json
generated
File diff suppressed because it is too large
Load diff
30
package.json
30
package.json
|
@ -11,35 +11,35 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/sitemap": "^3.1.6",
|
||||
"@astrojs/starlight": "^0.26.2",
|
||||
"@astrojs/sitemap": "^3.2.0",
|
||||
"@astrojs/starlight": "^0.28.2",
|
||||
"@astrojs/starlight-tailwind": "^2.0.3",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@preline/accordion": "^2.4.1",
|
||||
"@preline/collapse": "^2.4.1",
|
||||
"@astrojs/tailwind": "^5.1.1",
|
||||
"@preline/accordion": "^2.5.0",
|
||||
"@preline/collapse": "^2.5.0",
|
||||
"@preline/dropdown": "^2.4.1",
|
||||
"@preline/overlay": "^2.4.1",
|
||||
"@preline/tabs": "^2.4.1",
|
||||
"@vercel/nft": "^0.27.3",
|
||||
"astro": "^4.15.2",
|
||||
"@preline/overlay": "^2.5.0",
|
||||
"@preline/tabs": "^2.5.0",
|
||||
"@vercel/nft": "^0.27.4",
|
||||
"astro": "^4.15.12",
|
||||
"astro-compressor": "^0.4.1",
|
||||
"clipboard": "^2.0.11",
|
||||
"globby": "^14.0.2",
|
||||
"gsap": "^3.12.5",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"lenis": "^1.1.13",
|
||||
"preline": "^2.4.1",
|
||||
"preline": "^2.5.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"sharp": "^0.33.5",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"tailwindcss": "^3.4.10"
|
||||
"tailwindcss": "^3.4.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.8",
|
||||
"astro-vtbot": "^1.8.8",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"astro-vtbot": "^1.10.3",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.6",
|
||||
"typescript": "^5.5.4"
|
||||
"prettier-plugin-tailwindcss": "^0.6.8",
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue