website/docs: Troubleshooting Whitelist Email and Web-Dev Setup Docs (#6426)
* Whitelist email troubleshooting docs * update preview website command * Update website/docs/troubleshooting/whitelist_email.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Sandeep Gadhiya <sandeepgadhiya22@gmail.com> * Update website/docs/troubleshooting/whitelist_email.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Sandeep Gadhiya <sandeepgadhiya22@gmail.com> * Update website/docs/troubleshooting/whitelist_email.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Sandeep Gadhiya <sandeepgadhiya22@gmail.com> * Update website/docs/troubleshooting/whitelist_email.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Sandeep Gadhiya <sandeepgadhiya22@gmail.com> * Update website/docs/troubleshooting/whitelist_email.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Sandeep Gadhiya <sandeepgadhiya22@gmail.com> * refactor policies section * refactor policies section --------- Signed-off-by: Sandeep Gadhiya <sandeepgadhiya22@gmail.com> Co-authored-by: sandeepgadhiya <sandeep.gadhiya@turtlemint.com> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
@ -183,7 +183,20 @@ module.exports = {
|
||||
type: "doc",
|
||||
id: "policies/index",
|
||||
},
|
||||
items: ["policies/expression"],
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Working with policies",
|
||||
items: ["policies/working_with_policies/whitelist_email"],
|
||||
link: {
|
||||
type: "generated-index",
|
||||
title: "Working with policies",
|
||||
slug: "policies/working_with_policies",
|
||||
description: "Overview of policies configuration",
|
||||
},
|
||||
},
|
||||
"policies/expression",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
Reference in New Issue
Block a user