diff options
| author | Seba Gamboa <[email protected]> | 2015-10-06 14:26:48 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-10-08 12:29:11 -0300 |
| commit | 657d06958262a8f9f1c0c4c4754adc7f328a7c04 (patch) | |
| tree | 2182bf60dd42505b3bd1ab15f9af6233e8428fd5 | |
| parent | 249226730fa3fd59b0ab7145ae08e5ef30af781b (diff) | |
| download | mruby-657d06958262a8f9f1c0c4c4754adc7f328a7c04.tar.gz mruby-657d06958262a8f9f1c0c4c4754adc7f328a7c04.zip | |
Move guides location
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .yardopts | 4 | ||||
| -rw-r--r-- | doc/guides/compile.md (renamed from guides/compile.md) | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | doc/guides/debugger.md (renamed from guides/debugger.md) | 0 | ||||
| -rw-r--r-- | doc/guides/gc-arena-howto.md (renamed from doc/api/gc-arena-howto.md) | 0 | ||||
| -rw-r--r-- | doc/guides/mrbconf.md (renamed from guides/mrbconf.md) | 0 | ||||
| -rw-r--r-- | doc/guides/mrbgems.md (renamed from guides/mrbgems.md) | 0 |
7 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ba4da68f4..800680821 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,5 @@ cscope.out /bin /build /mruby-source-*.gem -doc +doc/api .yardoc @@ -1,6 +1,8 @@ +--plugin mruby --plugin coderay +--output-dir doc/api - AUTHORS MITL CONTRIBUTING.md -guides/*.md +doc/guides/*.md diff --git a/guides/compile.md b/doc/guides/compile.md index 8e91e7546..8e91e7546 100644 --- a/guides/compile.md +++ b/doc/guides/compile.md diff --git a/guides/debugger.md b/doc/guides/debugger.md index a13e91cec..a13e91cec 100755..100644 --- a/guides/debugger.md +++ b/doc/guides/debugger.md diff --git a/doc/api/gc-arena-howto.md b/doc/guides/gc-arena-howto.md index f2a0448bd..f2a0448bd 100644 --- a/doc/api/gc-arena-howto.md +++ b/doc/guides/gc-arena-howto.md diff --git a/guides/mrbconf.md b/doc/guides/mrbconf.md index dfff41898..dfff41898 100644 --- a/guides/mrbconf.md +++ b/doc/guides/mrbconf.md diff --git a/guides/mrbgems.md b/doc/guides/mrbgems.md index f75231f71..f75231f71 100644 --- a/guides/mrbgems.md +++ b/doc/guides/mrbgems.md |
