Directory
If you want to list all pages in the current directory, add following code to your markdown file!
{% include list.liquid %}
  Then Generate a list like this:
- Sushiswap Proposal
 - Benefits
 - Proxy Gas Refunder
 - Directory
 - Trade and Settlement
 - Suspension and Disciplinary Proceedings
 - Obligations
 - Technical Overview
 - Limit Order Books
 - Roadmap
 - Backbone Cabal rpc connect protocol (Web3 RPC Network)
 
If you want to list all pages and sub directory in the current directory, add following code to your markdown file!
{% include list.liquid all=true %}
  Then Generate a list like this table of contents!