Skip to content

Commit

Permalink
chore: remove pre v1 copy (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockiRider authored Sep 25, 2024
1 parent 833b02a commit e1b5ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
5 changes: 1 addition & 4 deletions apps/docs/pages/api-docs.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { Callout, Tabs, Tab } from "nextra-theme-docs";

# API
This is the API documentation for this plugin.
<Callout type="warning">
All of this is subject to change as the plugin is still pre v1.0
</Callout>
This is the API documentation for this plugin. Here you will find all the options and their descriptions.

## Example
```ts
Expand Down
9 changes: 1 addition & 8 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Vite Plugin CSP Guard
Introducing the **Vite Plugin CSP Guard**, your ultimate solution for effortlessly implementing a robust Content Security Policy (CSP) in your Vite-powered Single Page Application (SPA). CSPs are crucial for protecting your site against XSS attacks, but setting them up correctly can be complex and time-consuming. Our plugin eliminates these challenges with a straightforward, effective approach.
Introducing the **Vite Plugin CSP Guard**, your ultimate solution for effortlessly implementing a Content Security Policy (CSP) in your Vite-powered Single Page Application (SPA). CSPs are crucial for protecting your site against XSS attacks, but setting them up correctly can be complex and time-consuming. Our plugin eliminates these challenges with a straightforward, effective approach.

## Why Choose Vite Plugin CSP Guard?

Expand Down Expand Up @@ -60,10 +60,3 @@ Our MPA guide is a good place to start:
Need some help building your CSP policy?
Check out our [guide](/guides/policy) for creating a custom policy


## Why We Stand Out

- **Developer Experience (DX) First**: Our plugin is designed with developers in mind, ensuring a smooth and intuitive integration process. From easy configuration to real-time CSP validation in development mode, we prioritize making your life easier.
- **Comprehensive Testing**: Vite Plugin CSP Guard is thoroughly tested across a wide range of frameworks and libraries to ensure compatibility and reliability. You can trust that our plugin will work seamlessly with your tech stack.

Protect your Vite SPA with a hassle-free, secure, and reliable Content Security Policy. Start using Vite Plugin CSP Guard today and experience peace of mind with your application's security.

0 comments on commit e1b5ec2

Please sign in to comment.