This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Moved docs to root of repo
pull/13/head
Anairkoen Schno
5 years ago
parent
3d399b6702
commit
30a64cab5d
10 changed files
with
17 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
appveyor.yml
+0
-0
docs/.gitignore
+12
-0
docs/.vscode/tasks.json
+0
-0
docs/api/.gitignore
+0
-0
docs/api/index.md
+0
-0
docs/articles/intro.md
+0
-0
docs/articles/toc.yml
+4
-0
docs/docfx.json
+0
-0
docs/index.md
+0
-0
docs/toc.yml
+ 1
- 1
appveyor.yml
View File
@ -48,7 +48,7 @@ after_deploy:
-
ps
:
|
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:APPVEYOR_REPO_BRANCH -eq 'master')
{
cd
IPA.Loader/
doc
cd doc
s
&
docfx docfx.json
if ($lastexitcode -ne 0){
throw [System.Exception] "docfx build failed with exit code $lastexitcode."
IPA.Loader/doc/.gitignore → docs/.gitignore
View File
+ 12
- 0
docs/.vscode/tasks.json
View File
@ -0,0 +1,12 @@
{
/
/
S
e
e
h
t
t
p
s
:
/
/
g
o
.
m
i
c
r
o
s
o
f
t
.
c
o
m
/
f
w
l
i
n
k
/
?
L
i
n
k
I
d
=
733558
/
/
f
o
r
t
h
e
d
o
c
u
m
e
n
t
a
t
i
o
n
a
b
o
u
t
t
h
e
t
a
s
k
s
.
j
s
o
n
f
o
r
m
a
t
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"label"
:
"build"
,
"type"
:
"shell"
,
"command"
:
"docfx metadata; docfx build"
}
]
}
IPA.Loader/doc/api/.gitignore → docs/api/.gitignore
View File
IPA.Loader/doc/api/index.md → docs/api/index.md
View File
IPA.Loader/doc/articles/intro.md → docs/articles/intro.md
View File
IPA.Loader/doc/articles/toc.yml → docs/articles/toc.yml
View File
IPA.Loader/doc/docfx.json → docs/docfx.json
View File
@ -6,6 +6,10 @@
"src"
:
".."
,
"files"
:
[
"**.csproj"
]
,
"exclude"
:
[
"**/IPA.csproj"
,
"**/IPA.Tests.csproj"
]
}
]
,
IPA.Loader/doc/index.md → docs/index.md
View File
IPA.Loader/doc/toc.yml → docs/toc.yml
View File
Write
Preview
Loading…
Cancel
Save