Skip to main content

Contact Page

Update Design and Article for contact page.

Contact Page Data

Now you can change and update home page design UI or update article content , access on data/Contact.json and open with code editor

SEO for Contact Page

First, you need to set up your SEO, so you can update your title, description, url and cover image here.

Example code

  "title": "Hire Docusaurus Web Developer",
"description": "Contact Website developer docusaurus - modern documentation site themes template",
"url": "/contact",
"email_id": "Your endpoint email id",
"image": "img/contact.svg",

To set an email id, you can go to our Gumroad docs documentation.

Header area

For the update header area you can find this line code and update it according to your needs.

    "title": "Contact Docusa",
"description": "If you need help and information, or you have docusaurus project , you can contact our team dev"

Contact Info

Now you can add information about your contact. to add a new list you simply copy and paste from the example code, then edit it.

Example

  "contact_info": [
{
"title": "Your contact info 1",
"content": "Your contact info text 1"
},
// implementation look like this
{
"title": "Phone",
"content": "+6287819355589"
},
// for add new contact info list
{
"title": "new contact info title",
"content": "Nex contact info content"
}

Implementation

  "contact_info": [
{
"title": "Showroom",
"content": "Hollywood , San Angola - Delajabu - USS"
},
{
"title": "Phone",
"content": "+6287819355589"
},
{
"title": "Whatsapp",
"content": "+62895339403223"
},
{
"title": "Email",
"content": "axcora@gmail.com"
}