diff --git a/build.fsx b/build.fsx index 1fef632..91b42a2 100644 --- a/build.fsx +++ b/build.fsx @@ -63,9 +63,10 @@ let gitHome = sprintf "%s/%s" "https://git.logicalhacking.com" gitOwner let gitName = "ExtensionDsLab" // The url for the raw files hosted -let gitRaw = Environment.environVarOrDefault "gitRaw" "https://raw.githubusercontent.com/BrowserSecurity" +// let gitRaw = Environment.environVarOrDefault "gitRaw" "https://raw.githubusercontent.com/BrowserSecurity" -let website = "/ExtensionDsLab" +// let website = "ExtensionDsLab" +let website = "file:///" @@ __SOURCE_DIRECTORY__ @@ "/../ExtensionDsLab/docs/" // -------------------------------------------------------------------------------------- // END TODO: The rest of the file includes standard build steps @@ -185,7 +186,7 @@ let formatting = __SOURCE_DIRECTORY__ @@ "packages/formatting/FSharp.Formatting" let docTemplate = "docpage.cshtml" let github_release_user = Environment.environVarOrDefault "github_release_user" gitOwner -let githubLink = sprintf "https://github.com/%s/%s" github_release_user gitName +let githubLink = sprintf "https://git.logicalhacking.com/%s/%s" github_release_user gitName // Specify more information about your project let info = @@ -240,7 +241,8 @@ Target.create "ReferenceDocs" (fun _ -> OutputDirectory = output @@ "reference" LayoutRoots = layoutRootsAll.["en"] ProjectParameters = ("root", root)::info - SourceRepository = githubLink @@ "tree/master" } + // SourceRepository = githubLink @@ "tree/master" } + SourceRepository = githubLink @@ "src/branch/master" } ) ) diff --git a/docsrc/tools/templates/template.cshtml b/docsrc/tools/templates/template.cshtml index 1ae4a1b..c2d447f 100644 --- a/docsrc/tools/templates/template.cshtml +++ b/docsrc/tools/templates/template.cshtml @@ -24,7 +24,7 @@

@Properties["project-name"]

@@ -40,7 +40,7 @@
  • Home page
  • Get Library via NuGet
  • -
  • Source Code on GitHub
  • +
  • Source Code on logicalhacking.com
  • License
  • Release Notes
  • @@ -53,6 +53,8 @@ +