Skip to content

Commit

Permalink
docs: introduce quick start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Dec 30, 2023
1 parent 024e392 commit 1b47a93
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 158 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ We specialize in React because it's our strength and passion. But we're excited

Ready to make your website GDPR-compliant? Our Quick Start guide is your first step towards a safer, privacy-focused online presence. In just a few minutes, you can set the foundation for a more secure and respectful user experience. Let's get started!

[Start your journey with Consent Manager](getting-started.md)
[Start your journey with Consent Manager](./quick-start.md)
148 changes: 0 additions & 148 deletions packages/docs/docs/getting-started.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/docs/docs/known-issues.md

This file was deleted.

5 changes: 5 additions & 0 deletions packages/docs/docs/new-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
* Parcel
* ~Create React App~
* GatsbyJS
* DocuSaurus
* @todo sub-section that turns all of this into typescript? (or have separate typescript tutorial?)
* @todo add another guide on how to handle tracking in single page applications (or ones that use routers)
* @todo we actually need to list the config options (COMPONENETS dir????)


* integrations
* make more examples on how to track with certain integrations (for example matomo track events, page view and so on)
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
someSidebar: {
'Consent Manager': ['about', 'getting-started'],
'Consent Manager': ['about', 'quick-start-guide'],
Components: ['provider'],
Hooks: ['use-something'],
Integrations: [
Expand Down

0 comments on commit 1b47a93

Please sign in to comment.