Skip to content

Commit

Permalink
GITBOOK-1: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Chupin authored and gitbook-bot committed Oct 12, 2024
1 parent 0a5e796 commit 3cd22b5
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
cover: >-
https://images.unsplash.com/photo-1726441344398-1c8b0953df71?crop=entropy&cs=srgb&fm=jpg&ixid=M3wxOTcwMjR8MHwxfHJhbmRvbXx8fHx8fHx8fDE3Mjg3NjQ5ODR8&ixlib=rb-4.0.3&q=85
coverY: 0
layout:
cover:
visible: true
size: full
title:
visible: true
description:
visible: false
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: true
---

# 👋 welcome

welcome to the is-not.cool subdomain service documentation, here you learn exactly how to set up your subdomain from us

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>getting a subdomain</td><td>how to get a subdomain from us</td><td></td><td></td><td><a href="getting-a-subdomain/quickstart.md">quickstart.md</a></td></tr><tr><td>supported hosts</td><td>website hosts that we support</td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td>verification</td><td>how to get the subdomain verified under the provider</td><td></td><td></td><td><a href="getting-a-subdomain/publish-your-docs.md">publish-your-docs.md</a></td></tr></tbody></table>
12 changes: 12 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Table of contents

* [👋 welcome](README.md)

## getting a subdomain

* [🏃‍♂️ quickstart](getting-a-subdomain/quickstart.md)
* [🤝 making a pull request](getting-a-subdomain/publish-your-docs.md)

## Basics

* [Github Pages](basics/editor.md)
12 changes: 12 additions & 0 deletions basics/editor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
icon: github
---

# Github Pages

using github pages as your provider is really easy, just first follow the steps on "quickstart", after your pull request gets accepted, go to your repository settings, click "Pages", then "Deploy from a branch" then scroll down until "Custom Domain", if my subdomain was "brainrot", i would put in brainrot.is-not.cool.

<figure><picture><source srcset="../.gitbook/assets/16BF6A7B-509B-402D-A299-E8AF9A78E555_4_5005_c.jpeg" media="(prefers-color-scheme: dark)"><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""></picture><figcaption></figcaption></figure>

###

5 changes: 5 additions & 0 deletions getting-a-subdomain/publish-your-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 🤝 making a pull request

making a pull request is really simple!

go to the "Pull Requests" tab on the repository, click "New pull request", after that click "Create pull request", after that wait for a maintainer to read the pull request.
37 changes: 37 additions & 0 deletions getting-a-subdomain/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 🏃‍♂️ quickstart

<figure><img src="../.gitbook/assets/5E11EFD0-4C27-429D-83B9-6EA75D3BD429.jpeg" alt=""><figcaption></figcaption></figure>

first, fork the repository as shown in the photo above this text.

{% hint style="info" %}
want to learn how to make your own? buy ur own domain&#x20;
{% endhint %}

### setting up

to set up, you will need to make a json file in the "domains" folder, you will need to make sure it follows this format in json and goes like "yoursubdomain".is-not.cool.json

```
{
"description": "insert ur description",
"domain": "is-not.cool",
"subdomain": "yoursubdomain",
"owner": {
"repo": "https://github.com/is-not-cool/registration",
"email": "ur email adress"
},
"record": {
// choose any dns record that exists and we can try to make it happen
},
"proxied": false
}
```



###

0 comments on commit 3cd22b5

Please sign in to comment.