Skip to content

Commit 9ac4cd5

Browse files
authored
Merge pull request #11 from UlisesGascon/feat/public-release
[ON HOLD] public release (v1.1.6)
2 parents a71b124 + 7a2979c commit 9ac4cd5

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# https://demo.foo
1+
# demo.foo
22

33
![logo](/art/demo_foo_logo.png)
44

55

6+
**[demo.foo](https://demo.foo) offers a variety of free and open-source utilities for developers, such as fake APIs, conversion tools, and more.**
7+
8+
69
## Current Projects:
710

811
- [Landing](https://demo.foo)

k8s/api-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ metadata:
6161
kubernetes.io/ingress.class: nginx
6262
spec:
6363
rules:
64-
- host: "apifoo.ulisesgascon.com"
64+
- host: "api.demo.foo"
6565
http:
6666
paths:
6767
- pathType: Prefix

k8s/landing-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ metadata:
6161
kubernetes.io/ingress.class: nginx
6262
spec:
6363
rules:
64-
- host: "foo.ulisesgascon.com"
64+
- host: "demo.foo"
6565
http:
6666
paths:
6767
- pathType: Prefix

landing/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landing",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "demo.foo landing",
55
"main": "index.js",
66
"private": true,

landing/src/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="robots" content="noindex" />
54
<!-- COMMON TAGS -->
65
<meta charset="utf-8" />
76
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -80,7 +79,7 @@ <h2>What is api.demo.foo?</h2>
8079
ideas continuously.
8180
</p>
8281
<button
83-
onclick="location.href='https://apifoo.ulisesgascon.com/__/docs/'"
82+
onclick="location.href='https://api.demo.foo/__/docs/'"
8483
type="button"
8584
>
8685
Get started!

landing/src/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent: *
2-
Disallow: /
2+
allow: /

0 commit comments

Comments
 (0)