-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added templates for the doumentation.
- Loading branch information
Showing
15 changed files
with
100 additions
and
20 deletions.
There are no files selected for viewing
Binary file added
BIN
+4.32 KB
.vs/feahnthor.github.io/FileContentIndex/0ffe1491-f2fb-494c-bebe-e291d074e6ae.vsidx
Binary file not shown.
Binary file added
BIN
+5.06 KB
.vs/feahnthor.github.io/FileContentIndex/318c9e7e-254e-499f-b8be-fbf4e281ffaa.vsidx
Binary file not shown.
Binary file removed
BIN
-1.97 KB
.vs/feahnthor.github.io/FileContentIndex/395bb946-1c39-41dc-9d0b-77c87448ca85.vsidx
Binary file not shown.
Binary file added
BIN
+4.23 KB
.vs/feahnthor.github.io/FileContentIndex/50e16ee4-e4d4-4a12-9410-d117462e453b.vsidx
Binary file not shown.
Binary file removed
BIN
-2.6 KB
.vs/feahnthor.github.io/FileContentIndex/6ffa2d67-32c1-4eeb-a257-a6163709aa4e.vsidx
Binary file not shown.
Binary file removed
BIN
-2.14 KB
.vs/feahnthor.github.io/FileContentIndex/cfdf9548-02e6-4eff-b56b-c6820e5618c1.vsidx
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
title: Adding New Sites to Benny-Scraper | ||
--- | ||
|
||
# Adding New Sites to Benny-Scraper | ||
|
||
Guidelines and steps on how to integrate and add new sites to the scraper. | ||
|
||
## Step 1: Identify the Site | ||
|
||
Description of the first step... | ||
|
||
## Step 2: Configure the Scraper | ||
|
||
Description of the second step... | ||
|
||
... (and so on for each step) |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: Benny-Scraper Detailed Documentation | ||
--- | ||
|
||
# Benny-Scraper Detailed Documentation | ||
|
||
Benny-Scraper is a versatile tool built in C# designed to store Webnovels as Epubs and mangas as either PDFs or Comicbook Archives. This page serves as an entry point to the detailed documentation of its components. | ||
|
||
## Table of Contents | ||
|
||
- [Methods](methods.md) | ||
- [Classes](classes.md) | ||
- [Adding New Sites](adding-new-sites.md) |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
title: Benny-Scraper Classes | ||
--- | ||
|
||
# Benny-Scraper Classes | ||
|
||
In-depth documentation of the classes within Benny-Scraper. | ||
|
||
## Class 1 | ||
|
||
Description and properties of Class 1... | ||
|
||
## Class 2 | ||
|
||
Description and properties of Class 2... | ||
|
||
... (and so on for each class) |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
title: Benny-Scraper Methods | ||
--- | ||
|
||
# Benny-Scraper Methods | ||
|
||
Detailed documentation of the methods used in Benny-Scraper. | ||
|
||
## Method 1 | ||
|
||
Description and usage of Method 1... | ||
|
||
## Method 2 | ||
|
||
Description and usage of Method 2... | ||
|
||
... (and so on for each method) |
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,10 +1,35 @@ | ||
--- | ||
layout: default | ||
title: Home | ||
title: Benny-Scraper Documentation | ||
--- | ||
|
||
# Welcome to my projects page! Here are some of the projects I've worked on: | ||
# Benny-Scraper Documentation | ||
|
||
## - [Benny-Scraper](./projects/benny-scraper.md) | ||
Welcome to the official documentation for Benny-Scraper, a web scraper designed to store Webnovels as Epubs and mangas as either PDFs or Comicbook Archives. This documentation provides in-depth details on its methods, classes, and guidelines on adding new sites. | ||
|
||
More to come soon! | ||
## Table of Contents | ||
|
||
- [Overview](benny-scraper.md) | ||
- [Methods](benny-scraper/methods.md) | ||
- [Classes](benny-scraper/classes.md) | ||
- [Adding New Sites](benny-scraper/adding-new-sites.md) | ||
- [Other Projects](#other-projects) | ||
- [Contribution](#contribution) | ||
|
||
## Overview | ||
|
||
Benny-Scraper is a versatile tool built in C# that allows users to store all chapters of their favorite Mangas or Webnovels offline in one file, primarily as Epubs. | ||
|
||
## Other Projects | ||
|
||
For documentation on our other projects, please visit the respective links below: | ||
|
||
- [Project Name 1](/-docs/project-name-1/documentation.md) | ||
- [Project Name 2](/-docs/project-name-2/documentation.md) | ||
- ... (Add more as needed) | ||
|
||
## Contribution | ||
|
||
We're always open to contributions. If you're interested in enhancing Benny-Scraper's features, fixing bugs, or adding new sites, please refer to the contribution section in the README. | ||
|
||
[Contribution Guidelines](/docs/contribution.md) |
This file was deleted.
Oops, something went wrong.