-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from TheOnlyZac/update-docs
Update documentation website
- Loading branch information
Showing
4,227 changed files
with
341,450 additions
and
110,591 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 @@ | ||
.vscode | ||
sly1 |
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,17 +1,26 @@ | ||
# Sly Cooper Decompilation Docs | ||
|
||
This branch contains the documentation for the Sly Cooper Decompilation Project. The docs are generated automatically from the codebase using [Doxygen](https://www.doxygen.nl/index.html). It is hosted on GitHub Pages at [theonlyzac.github.io/sly1](https://theonlyzac.github.io/sly1/). | ||
This branch contains the documentation for the Sly Cooper decompilation. The docs are generated automatically from the codebase using [Doxygen](https://www.doxygen.nl/index.html). It is hosted on GitHub Pages at [theonlyzac.github.io/sly1](https://theonlyzac.github.io/sly1/). | ||
|
||
|
||
## Generating Docs | ||
## Generating docs | ||
|
||
**Requirements**: doxygen, graphviz | ||
Clone the repo and install dependencies. | ||
|
||
Clone the repo and run the `generate.sh` script. This will generate the documentation in the `html` directory. You can open `html/index.html` in your browser to preview the documentation. | ||
```bash | ||
sudo apt-get install doxygen graphviz | ||
``` | ||
|
||
Then run `generate.sh`. It will generate the documentation in the `html` directory. You can open `html/index.html` directly in your browser, or host it using node.js/express as follows. | ||
|
||
```bash | ||
npm install | ||
npm start | ||
``` | ||
|
||
|
||
## Contributing | ||
|
||
If you find any errors in the documentation, please [open an issue](https://github.com/theonlyzac/sly1/issues/new) or make a pull request on the [main branch](https://github.com/theonlyzac/sly1) to address it directly. | ||
If you find any errors in the documentation, please [open an issue](https://github.com/theonlyzac/sly1/issues/new) or make a pull request. | ||
|
||
If you are making a pull request to update the documentation files on this branch, don't forget to `git add` the `html` directory before pushing. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.