Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 1.1 KB

projectHierarchy.md

File metadata and controls

26 lines (22 loc) · 1.1 KB

Directory Hierarchy

Documentation includes usage of Markdown files. Click here to see more on Github Markdown.

/
├─ docs # Development-specific documentation that appears on Bitbucket
├─ public # Library Styles
└─ src/ # Source Code
   ├─ components/    # Components Code
   │    ├─ xx-components/  # contains markdown files that renders the component views
   │    ├─ img/  # contains icon images
   ├─ docs/      # Documentation Code that appears on website
   │  ├─ xx-documentation/  # contains markdown files that renders the documentation
   │  ├─ img/ # contains images used for documentations (i.e spec and states images)
   │  ├─ js/  # JS scripts for documentation
   │  └─ scss # Stylesheets
   ├─ js/  # JS scripts for components
   └─ scss/  # Stylesheets for components
      ├─ components/ # Component stylesheets
      └─ utilities/ # Utilities stylesheets

⬅️ Go Back to Main README