Skip to content
Snippets Groups Projects
mkdocs.yml 715 B
Newer Older
  • Learn to ignore specific revisions
  • mattwire's avatar
    mattwire committed
    site_name: Stripe Payment Processor (https://stripe.com)
    repo_url: https://lab.civicrm.org/extensions/stripe
    theme: material
    markdown_extensions:
      - attr_list
      - admonition
      - def_list
      - codehilite
    
      - toc:
          permalink: true
    
    mattwire's avatar
    mattwire committed
      - pymdownx.superfences
      - pymdownx.inlinehilite
      - pymdownx.tilde
      - pymdownx.betterem
      - pymdownx.mark
    
    
    mattwire's avatar
    mattwire committed
    pages:
    
    mattwire's avatar
    mattwire committed
    - About: index.md
    
    - Examples / Screenshots: examples.md
    
    mattwire's avatar
    mattwire committed
    - Installation: install.md
    
    - Webhooks (Notifications): webhook.md
    - Contributions, Payments and Customers: contribution.md
    
    mattwire's avatar
    mattwire committed
    - Recurring Contributions (Subscriptions): recur.md
    - Advanced:
      - API: api.md
      - Hooks: hooks.md
      - Testing: testing.md
    
    - Release Notes: release/release_notes.md