# Update Document

# Add Navbar elements

If need to add any extra element in navbar then need to follow these steps-

  • Firstly go to src folder.
  • In src folder go to .vuepress folder.
  • In .vuepress folder go to confis.js file and then add element either in nav section.

Here is the directory structure-

Here is the directory structure-

# Add Articles

If need to add/create any article then move in src folder and then select the folder where need to create any article and add article in respective .md file.

(e.g. if need to create any article in guide folder then go to src folder then go to guide folder and create article in README.md file).

Here is the directory structure-