Skip to content

Commit 6eb5404

Browse files
authored
Merge pull request #7153 from TheElectronWill/responsive-docs
Fix lampepfl/dotty-feature-requests#28: make Dottydoc responsive
2 parents 0e5b3e8 + 685f906 commit 6eb5404

File tree

115 files changed

+7254
-3549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+7254
-3549
lines changed

compiler/src/dotty/tools/dotc/config/ScalaSettings.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ class ScalaSettings extends Settings.SettingGroup {
200200
"The source repository of your project",
201201
""
202202
)
203+
204+
val projectLogo: Setting[String] = StringSetting(
205+
"-project-logo",
206+
"project logo filename",
207+
"The file that contains the project's logo (in /images)",
208+
""
209+
)
203210

204211
val wikiSyntax: Setting[Boolean] = BooleanSetting("-Xwiki-syntax", "Retains the Scala2 behavior of using Wiki Syntax in Scaladoc")
205212
}

doc-tool/bootstrap-theme/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
cd "$(dirname "$0")"
3+
npm run build
4+
echo "Copying css file..."
5+
cp target/bootstrap.min.css ../resources/css/bootstrap.min.css
6+
echo "Bootstrap css updated."

0 commit comments

Comments
 (0)