Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
✏️ Update old URLs
Browse files Browse the repository at this point in the history
remove privay policy page & tnc page
  • Loading branch information
iqfareez committed May 5, 2024
1 parent 20a27ad commit 0708a75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 139 deletions.
29 changes: 4 additions & 25 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'iqfareez', // Usually your GitHub org/user name.
organizationName: 'mptwaktusolat', // Usually your GitHub org/user name.
projectName: 'app_waktu_solat_malaysia', // Usually your repo name.
presets: [
[
Expand All @@ -22,15 +22,7 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
// blog: {
// showReadingTime: true,
// // Please change this to your repo.
// editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// },
blog: false,
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down Expand Up @@ -66,7 +58,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/iqfareez/app_waktu_solat_malaysia',
href: 'https://github.com/mptwaktusolat/app_waktu_solat_malaysia',
label: 'GitHub',
position: 'right',
},
Expand All @@ -92,25 +84,12 @@ const config = {
},
],
},
{
title: 'Legalese',
items: [
{
label: 'Privacy Policy',
to: '/privacy-policy',
},
{
label: 'Terms & Conditions',
to: '/terms-and-conditions',
},
],
},
{
title: 'More',
items: [
{
label: 'Changelog',
href: 'https://github.com/iqfareez/app_waktu_solat_malaysia/wiki/Changelog',
href: 'https://waktusolat.app/en/changelog',
},
{
label: 'Devlogs',
Expand All @@ -119,7 +98,7 @@ const config = {
],
},
],
copyright: '<div>Copyright © 2023 <a style="color: #24daaf" href="https://iqfareez.com">Muhammad Fareez</a></div>',
copyright: '<div>Copyright © 2024 <a style="color: #24daaf" href="https://waktusolat.app">Waktu Solat Malaysia Project</a></div>',
},
prism: {
theme: lightCodeTheme,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/mosques.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Figure from '../../src/components/figure'

The Following images are used on [full prayer timetable](/docs/features/full-timetable) page.

Images are fetched from [mpt-server](https://mpt-server.vercel.app).
Images are fetched from [Waktu Solat API](https://api.waktusolat.app).

## Selangor - IIUM SHAS Mosque

Expand Down
71 changes: 0 additions & 71 deletions src/pages/privacy-policy.md

This file was deleted.

42 changes: 0 additions & 42 deletions src/pages/terms-and-conditions.md

This file was deleted.

0 comments on commit 0708a75

Please sign in to comment.