Skip to content

Commit

Permalink
docs: switch to material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Jan 27, 2024
1 parent cf06721 commit 3fe6557
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 130 deletions.
11 changes: 10 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{!README.md!}
# Quinn

Quinn containts PySpark helper methods that will make you more productive.

Quinn is also a great way to learn about PySpark best practices like how to organize and unit test your code.

We have a solid group of maintainers, chat on contributor meetings reguarly, and eagerly accept contributions from other members.

We want to help the world write beautiful PySpark and give them a wonderful developer experience.

6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: Quinn

theme:
name: "readthedocs"
name: material

plugins:
- search
Expand All @@ -21,11 +21,11 @@ plugins:
- mkdocs-jupyter

nav:
- Quin: index.md
- Home: index.md
- API Docs: reference/SUMMARY.md
- Examples:
- "notebooks/schema_as_code.ipynb"

markdown_extensions:
- markdown_include.include:
base_path: .
base_path: docs
Loading

0 comments on commit 3fe6557

Please sign in to comment.