Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 9874348

Browse files
authored
Merge pull request #17 from eksrvb/bugfix/repo-transfare
rename names
2 parents 7840a62 + e417260 commit 9874348

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '14.x'
2525
- name: Setup awesome-ci
2626
run: |
27-
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
27+
wget https://github.com/fullstack-devops/awesome-ci/releases/download/0.7.5/awesome-ci
2828
chmod +x awesome-ci
2929
- name: install npm packages
3030
run: |

.github/workflows/branchPR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '14.x'
2121
- name: Setup awesome-ci
2222
run: |
23-
wget https://github.com/eksrvb/awesome-ci/releases/latest/download/awesome-ci
23+
wget https://github.com/fullstack-devops/awesome-ci/releases/download/0.7.5/awesome-ci
2424
chmod +x awesome-ci
2525
- name: install npm packages
2626
run: |

FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: eksrvb # Replace with a single Patreon username
3+
github: eksrha # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 eksrvb
3+
Copyright (c) 2021 eksrha
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This material calendar is just beginning. As in the angular material components,
55
> Warning: all version before 3.0.0 are deprecated, please update to any version higher than 3.0.0!
66
77
### Working demo
8-
[demo github project](https://github.com/eksrvb/material-calendar-demo)
8+
[demo github project](https://github.com/fullstack-devops/material-calendar-demo)
99

1010
If you want to give me feedback and don't want to open an issue on github, please fill out the [form](https://forms.gle/W9TygXf65Yru3VHi7)
1111

1212
### Documentation
1313

14-
[See the manual](https://eksrvb.github.io/material-calendar/) for setup, usage instructions and a lot more. (the documentation is still rising)
14+
[See the manual](https://fullstack-devops.github.io/material-calendar/) for setup, usage instructions and a lot more. (the documentation is still rising)
1515

1616

1717
## Features
@@ -20,7 +20,7 @@ If you want to give me feedback and don't want to open an issue on github, pleas
2020
- get a date back with the annotation "clickDate" (see example)
2121
- insert your own calendar data and render the new template
2222
- multiselect days optional (returns the daily span)
23-
- include your own [theme](https://eksrvb.github.io/material-calendar/api.html#theaming) (requiered since version 3.1.0)
23+
- include your own [theme](https://fullstack-devops.github.io/material-calendar/api.html#theaming) (requiered since version 3.1.0)
2424
more in the docs... ;)
2525

2626
## Getting help

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nav_order: 2
2121

2222
You can operate the material calendar in two different modes.
2323

24-
The first and most common is the [monthly](https://eksrvb.github.io/material-calendar/configuration/monthly) Mode. The second is an [annual](https://eksrvb.github.io/material-calendar/configuration/annual) mode that shows every 12 months of the year.
24+
The first and most common is the [monthly](configuration/monthly) Mode. The second is an [annual](configuration/annual) mode that shows every 12 months of the year.
2525

2626
In addition to this modes, there is also a basic configuration, as shown below.
2727

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nav_order: 3
2121

2222
You can operate the material calendar in two different modes.
2323

24-
The first and most common is the [monthly](https://eksrvb.github.io/material-calendar/configuration/monthly) Mode. The second is an [annual](https://eksrvb.github.io/material-calendar/configuration/annual) mode that shows every 12 months of the year.
24+
The first and most common is the [monthly](configuration/monthly) Mode. The second is an [annual](configuration/annual) mode that shows every 12 months of the year.
2525

2626
In addition to this modes, there is also a basic configuration, as shown below.
2727

@@ -95,4 +95,4 @@ calendarConfig: CalendarConfig = {
9595
markWeekend: true,
9696
panelWidth: '350px'
9797
};
98-
```
98+
```

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ If you need an example for your pipeline you can find it in the sidebar under th
4141
## A few impressions
4242

4343
### One single panel without displaying calendar week and with dark theme
44-
![example-picture](https://github.com/eksrvb/material-calendar/raw/main/docs/pictures/monthly-onem-cdata-kw_1.png)
44+
![example-picture](pictures/monthly-onem-cdata-kw_1.png)
4545

4646
### One single panel with displaying calendar week
47-
![example-picture](https://github.com/eksrvb/material-calendar/raw/main/docs/pictures/monthly-onem-cdata-kw.png)
47+
![example-picture](pictures/monthly-onem-cdata-kw.png)
4848

4949
### Three panels with displaying calendar week
50-
![example-picture](https://github.com/eksrvb/material-calendar/raw/main/docs/pictures/monthly-threem-cdata-kw_1.png)
50+
![example-picture](pictures/monthly-threem-cdata-kw_1.png)
5151

5252
### Three panels with displaying calendar week and dark theme
53-
![example-picture](https://github.com/eksrvb/material-calendar/raw/main/docs/pictures/monthly-threem-cdata-kw_2.png)
53+
![example-picture](pictures/monthly-threem-cdata-kw_2.png)
5454

5555
### A calendar with 12 months (annual-mode) and without displaying calendar week
56-
![example-picture](https://github.com/eksrvb/material-calendar/raw/main/docs/pictures/annual-cdata-kw.png)
56+
![example-picture](pictures/annual-cdata-kw.png)

projects/material-calendar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/eksrvb/material-calendar.git"
12+
"url": "https://github.com/fullstack-devops/material-calendar.git"
1313
},
14-
"homepage": "https://github.com/eksrvb/material-calendar",
14+
"homepage": "https://github.com/fullstack-devops/material-calendar",
1515
"description": "A material calendar for angular applications",
1616
"engines": {
1717
"node": ">= 12.0.0",
1818
"npm": ">= 7.0.0",
1919
"yarn": ">= 1.13.0"
2020
},
2121
"bugs": {
22-
"url": "https://github.com/eksrvb/material-calendar/issues"
22+
"url": "https://github.com/fullstack-devops/material-calendar/issues"
2323
}
2424
}

0 commit comments

Comments
 (0)