-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
752 additions
and
778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
dist/ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
module github.com/sourcegraph/docsite | ||
|
||
require ( | ||
github.com/Depado/bfchroma v1.2.0 | ||
github.com/alecthomas/chroma v0.8.1 | ||
github.com/alecthomas/colour v0.1.0 // indirect | ||
github.com/dlclark/regexp2 v1.2.1 // indirect | ||
github.com/alecthomas/chroma v0.10.0 | ||
github.com/mozillazg/go-slugify v0.2.0 | ||
github.com/mozillazg/go-unidecode v0.1.1 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/russross/blackfriday/v2 v2.0.1 | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 | ||
github.com/sourcegraph/go-jsonschema v0.0.0-20191016093751-6a4f2b621f5d | ||
github.com/sourcegraph/jsonschemadoc v0.0.0-20190214000648-1850b818f08c | ||
github.com/stretchr/testify v1.4.0 // indirect | ||
github.com/yuin/goldmark v1.5.4 | ||
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594 | ||
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 | ||
golang.org/x/tools v0.0.0-20191122071640-df8e87c2cec0 | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v2 v2.2.7 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) | ||
|
||
require github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect | ||
require ( | ||
github.com/dlclark/regexp2 v1.4.0 // indirect | ||
github.com/mozillazg/go-unidecode v0.1.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
go 1.17 | ||
go 1.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.