From ae1ab02b1b41f303a74476c2d6bf099f020683cc Mon Sep 17 00:00:00 2001 From: Shalitha Vikum Date: Tue, 14 Nov 2023 21:52:55 +0530 Subject: [PATCH] Add placeholder documents for each region --- docs/australia/_category_.json | 8 ++++++++ docs/australia/intro.md | 5 +++++ docs/europe/_category_.json | 8 ++++++++ docs/europe/intro.md | 5 +++++ docs/uk/_category_.json | 8 ++++++++ docs/uk/intro.md | 5 +++++ docs/usa/_category_.json | 8 ++++++++ docs/usa/intro.md | 5 +++++ 8 files changed, 52 insertions(+) create mode 100644 docs/australia/_category_.json create mode 100644 docs/australia/intro.md create mode 100644 docs/europe/_category_.json create mode 100644 docs/europe/intro.md create mode 100644 docs/uk/_category_.json create mode 100644 docs/uk/intro.md create mode 100644 docs/usa/_category_.json create mode 100644 docs/usa/intro.md diff --git a/docs/australia/_category_.json b/docs/australia/_category_.json new file mode 100644 index 0000000..05aec45 --- /dev/null +++ b/docs/australia/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Commonwealth of Australia", + "position": 5, + "link": { + "type": "generated-index", + "description": "Summary of privacy regulations related to Commonwealth of Australia." + } +} diff --git a/docs/australia/intro.md b/docs/australia/intro.md new file mode 100644 index 0000000..ac9bdde --- /dev/null +++ b/docs/australia/intro.md @@ -0,0 +1,5 @@ +--- +id: introduction-to-australia-privacy +title: Introduction to Australia privacy regulations +sidebar_position: 1 +--- \ No newline at end of file diff --git a/docs/europe/_category_.json b/docs/europe/_category_.json new file mode 100644 index 0000000..633fdc2 --- /dev/null +++ b/docs/europe/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "European Union", + "position": 2, + "link": { + "type": "generated-index", + "description": "Summary of privacy regulations related to European Union." + } +} diff --git a/docs/europe/intro.md b/docs/europe/intro.md new file mode 100644 index 0000000..185b6f2 --- /dev/null +++ b/docs/europe/intro.md @@ -0,0 +1,5 @@ +--- +id: introduction-to-eu-privacy +title: Introduction to European Union privacy regulations +sidebar_position: 1 +--- \ No newline at end of file diff --git a/docs/uk/_category_.json b/docs/uk/_category_.json new file mode 100644 index 0000000..cdd8e3b --- /dev/null +++ b/docs/uk/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "United Kingdom", + "position": 4, + "link": { + "type": "generated-index", + "description": "Summary of privacy regulations related to United Kingdom." + } +} diff --git a/docs/uk/intro.md b/docs/uk/intro.md new file mode 100644 index 0000000..3054903 --- /dev/null +++ b/docs/uk/intro.md @@ -0,0 +1,5 @@ +--- +id: introduction-to-uk-privacy +title: Introduction to UK privacy regulations +sidebar_position: 1 +--- \ No newline at end of file diff --git a/docs/usa/_category_.json b/docs/usa/_category_.json new file mode 100644 index 0000000..4083c9e --- /dev/null +++ b/docs/usa/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "United States of America", + "position": 3, + "link": { + "type": "generated-index", + "description": "Summary of privacy regulations related to United States of America." + } +} diff --git a/docs/usa/intro.md b/docs/usa/intro.md new file mode 100644 index 0000000..8ed3d64 --- /dev/null +++ b/docs/usa/intro.md @@ -0,0 +1,5 @@ +--- +id: introduction-to-usa-privacy +title: Introduction to USA privacy regulations +sidebar_position: 1 +--- \ No newline at end of file