Skip to content

Commit b64308a

Browse files
committed
WIP
1 parent d12d208 commit b64308a

25 files changed

+62
-40
lines changed

docs/content/style.css

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,31 @@ span.pf { color:#E0C57F; }
1212
span.e { color:#EA8675; }
1313

1414
/* identifiers --- and styles for more specific identifier types */
15-
span.i { color:#d1d1d1; }
16-
/* type or module */
17-
span.t { color:#43AEC6; }
15+
span.id { color:#d1d1d1; }
16+
/* module */
17+
span.m { color:#43AEC6; }
18+
/* reference type */
19+
span.rt { color:#43AEC6; }
20+
/* value type */
21+
span.vt { color:#43AEC6; }
22+
/* interface */
23+
span.if{ color:#43AEC6; }
24+
/* type argument */
25+
span.ta { color:#43AEC6; }
26+
/* disposable */
27+
span.d { color:#43AEC6; }
28+
/* property */
29+
span.prop { color:#43AEC6; }
30+
/* punctuation */
31+
span.p { color:#43AEC6; }
1832
/* function */
1933
span.f { color:#e1e1e1; }
20-
/* DU case or active pattern */
21-
span.p { color:#4ec9b0; }
22-
34+
/* active pattern */
35+
span.pat { color:#4ec9b0; }
36+
/* union case */
37+
span.u { color:#4ec9b0; }
38+
/* enumeration */
39+
span.e { color:#4ec9b0; }
2340
/* keywords */
2441
span.k { color:#FAB11D; }
2542
/* comment */

fcs/docsrc/content/caches.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../artifacts/bin/fcs/net461"
2+
#I "../../../artifacts/bin/fcs/Release/netcoreapp3.0"
33
(**
44
Compiler Services: Notes on the FSharpChecker caches
55
=================================================

fcs/docsrc/content/compiler.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../artifacts/bin/fcs/net461"
2+
#I "../../../artifacts/bin/fcs/Release/netcoreapp3.0"
33
(**
44
Hosted Compiler
55
===============

fcs/docsrc/content/corelib.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../artifacts/bin/fcs/net461"
2+
#I "../../../artifacts/bin/fcs/Release/netcoreapp3.0"
33
(**
44
Compiler Services: Notes on FSharp.Core.dll
55
=================================================

fcs/docsrc/content/editor.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../artifacts/bin/fcs/net461"
2+
#I "../../../artifacts/bin/fcs/Release/netcoreapp3.0"
33
(**
44
Compiler Services: Editor services
55
==================================

fcs/docsrc/content/filesystem.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../artifacts/bin/fcs/net461"
2+
#I "../../../artifacts/bin/fcs/Release/netcoreapp3.0"
33
(**
44
Compiler Services: Virtualized File System
55
==========================================

fcs/docsrc/content/interactive.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../artifacts/bin/fcs/net461"
2+
#I "../../../artifacts/bin/fcs/Release/netcoreapp3.0"
33
(**
44
Interactive Service: Embedding F# Interactive
55
=============================================

fcs/docsrc/content/ja/compiler.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../../artifacts/bin/fcs/net461"
2+
#I "../../../../artifacts/bin/fcs/Release/net461"
33
(**
44
コンパイラの組み込み
55
====================

fcs/docsrc/content/ja/editor.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../../artifacts/bin/fcs/net461"
2+
#I "../../../../artifacts/bin/fcs/Release/net461"
33
(**
44
コンパイラサービス: エディタサービス
55
====================================

fcs/docsrc/content/ja/filesystem.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*** hide ***)
2-
#I "../../../../artifacts/bin/fcs/net461"
2+
#I "../../../../artifacts/bin/fcs/Release/net461"
33
(**
44
コンパイラサービス: ファイルシステム仮想化
55
==========================================

0 commit comments

Comments
 (0)