Skip to content

Commit bff1dda

Browse files
committed
docs: Move mdoc sources to just example/mdoc
1 parent 82d2489 commit bff1dda

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sbt fix
3333

3434
## Documentation
3535

36-
The project contains [compiled documentation](https://scalameta.org/mdoc) which is located in [example/src/main/mdoc](example/src/main/mdoc).
36+
The project contains [compiled documentation](https://scalameta.org/mdoc) which is located in [example/mdoc](example/mdoc).
3737
Please do update it with your changes and recompile it to check that everything is fine using the following command:
3838

3939
```bash

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lazy val example = project
7070
publish / skip := true,
7171
run / fork := true,
7272
Global / cancelable := true,
73-
mdocIn := baseDirectory.value / "src" / "main" / "mdoc",
73+
mdocIn := baseDirectory.value / "mdoc",
7474
mdocOut := baseDirectory.value / ".." / "docs",
7575
libraryDependencies += Dependencies.logbackClassic
7676
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)