Skip to content

Commit

Permalink
Point docs to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Jun 6, 2022
1 parent c678a72 commit 9fb708e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ build-cache
generated

# Mkdocs files
docs/0.x
docs/1.x
docs/changelog.md
docs/index.md
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ markdown_extensions:

nav:
- 'Overview': index.md
- '0.x API': 0.x/paparazzi/app.cash.paparazzi/index.md
- '1.x API': 1.x/paparazzi/app.cash.paparazzi/index.md
- 'Change Log': changelog.md
- 'Code of Conduct': code_of_conduct.md
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/paparazzi?sort=active
Expand Down
2 changes: 1 addition & 1 deletion paparazzi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
}

tasks.named("dokkaGfm").configure {
outputDirectory = rootProject.file("docs/0.x")
outputDirectory = rootProject.file("docs/1.x")

dokkaSourceSets.named("main") {
configureEach {
Expand Down

0 comments on commit 9fb708e

Please sign in to comment.