Skip to content

Commit

Permalink
Add the missing MkDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 8, 2024
1 parent 8f3be3a commit 2b75216
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions etc/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
site_name: Free Mobile for PHP
site_url: https://docs.belin.io/free-mobile.php
site_author: Cédric Belin - [email protected]
site_description: Send SMS messages to your Free Mobile device, in PHP.

docs_dir: ../docs
site_dir: ../www
use_directory_urls: false

edit_uri: edit/main/docs/
repo_name: cedx/free-mobile.php
repo_url: https://github.com/cedx/free-mobile.php

copyright: Copyright © Cédric Belin
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/cedx
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/cedxbelin
name: LinkedIn
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@cedx
name: Mastodon

extra_css:
- styles.css

markdown_extensions:
- admonition
- pymdownx.superfences

nav:
- Home: index.md
- Installation: installation.md
- API reference: api/
- See also:
- Changelog: changelog.md
- License: license.md

theme:
favicon: favicon.svg
features:
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.sections
- search.suggest
font: false
logo: favicon.svg
name: material
palette:
accent: indigo
primary: indigo

0 comments on commit 2b75216

Please sign in to comment.