Skip to content

Commit

Permalink
Merge pull request #7153 from TheElectronWill/responsive-docs
Browse files Browse the repository at this point in the history
Fix lampepfl/dotty-feature-requests#28: make Dottydoc responsive
  • Loading branch information
smarter committed Sep 19, 2019
2 parents 0e5b3e8 + 685f906 commit 6eb5404
Show file tree
Hide file tree
Showing 115 changed files with 7,254 additions and 3,549 deletions.
7 changes: 7 additions & 0 deletions compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ class ScalaSettings extends Settings.SettingGroup {
"The source repository of your project",
""
)

val projectLogo: Setting[String] = StringSetting(
"-project-logo",
"project logo filename",
"The file that contains the project's logo (in /images)",
""
)

val wikiSyntax: Setting[Boolean] = BooleanSetting("-Xwiki-syntax", "Retains the Scala2 behavior of using Wiki Syntax in Scaladoc")
}
6 changes: 6 additions & 0 deletions doc-tool/bootstrap-theme/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
cd "$(dirname "$0")"
npm run build
echo "Copying css file..."
cp target/bootstrap.min.css ../resources/css/bootstrap.min.css
echo "Bootstrap css updated."
Loading

0 comments on commit 6eb5404

Please sign in to comment.