Skip to content
Snippets Groups Projects
mkdocs.yml 755 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
    
    homotechsual's avatar
    homotechsual committed
      name: material
    
    mattwire's avatar
    mattwire committed
    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
    
    
    homotechsual's avatar
    homotechsual committed
    nav:
    
    mattwire's avatar
    mattwire committed
    - About: index.md
    
    - Examples / Screenshots: examples.md
    
    mattwire's avatar
    mattwire committed
    - Installation: install.md
    
    - Webhooks (Notifications): webhook.md
    
    - Integrations: integration.md
    
    mattwire's avatar
    mattwire committed
    - Recurring Contributions (Subscriptions): recur.md
    - Advanced:
      - API: api.md
    
      - Events and custom form integrations: events.md
    
    mattwire's avatar
    mattwire committed
      - Testing: testing.md
    
    mattwire's avatar
    mattwire committed
    - Release Notes: releasenotes.md
    
    - Roadmap: roadmap.md