Skip to content

Commit

Permalink
Merge pull request #305 from frappe/chore-cleanup
Browse files Browse the repository at this point in the history
chore: cleanup
  • Loading branch information
NagariaHussain authored Dec 17, 2024
2 parents e60bb19 + c615b76 commit 8b157ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/helper/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://pack

sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis mariadb-client-10.6
sudo apt install libcups2-dev redis mariadb-client

install_wkhtmltopdf() {
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo apt install ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb
}
install_wkhtmltopdf &
4 changes: 0 additions & 4 deletions wiki/public/build.json

This file was deleted.

15 changes: 12 additions & 3 deletions wiki/wiki/workspace/wiki/wiki.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"app": "wiki",
"charts": [],
"content": "[{\"id\":\"f6laZQUa0x\",\"type\":\"header\",\"data\":{\"text\":\"<span class=\\\"h4\\\">Wiki</span>\",\"col\":12}},{\"id\":\"ir8Llemis5\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Pages\",\"col\":4}},{\"id\":\"tZQ_AtqABm\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Space\",\"col\":4}},{\"id\":\"z4qT3yMggL\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Settings\",\"col\":4}},{\"id\":\"cTIBC0weUT\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Patches\",\"col\":4}},{\"id\":\"IfrRKY62Tc\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Feedback\",\"col\":4}},{\"id\":\"BsC6YwujPn\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Revisions\",\"col\":4}}]",
"content": "[{\"id\":\"f6laZQUa0x\",\"type\":\"header\",\"data\":{\"text\":\"<span class=\\\"h4\\\">Wiki</span>\",\"col\":12}},{\"id\":\"ir8Llemis5\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Pages\",\"col\":4}},{\"id\":\"tZQ_AtqABm\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Space\",\"col\":4}},{\"id\":\"z4qT3yMggL\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Settings\",\"col\":4}},{\"id\":\"cTIBC0weUT\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Patches\",\"col\":4}},{\"id\":\"IfrRKY62Tc\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Feedback\",\"col\":4}},{\"id\":\"BsC6YwujPn\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Revisions\",\"col\":4}},{\"id\":\"3gsyKHzfOC\",\"type\":\"header\",\"data\":{\"text\":\"<span class=\\\"h4\\\"><b>Reports</b></span>\",\"col\":12}},{\"id\":\"SI4uvLzSVb\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Broken Links Report\",\"col\":4}}]",
"creation": "2022-09-25 16:45:20.547072",
"custom_blocks": [],
"docstatus": 0,
Expand All @@ -12,7 +13,7 @@
"is_hidden": 0,
"label": "Wiki",
"links": [],
"modified": "2024-06-03 16:10:59.630080",
"modified": "2024-12-17 16:49:43.372512",
"modified_by": "Administrator",
"module": "Wiki",
"name": "Wiki",
Expand All @@ -33,6 +34,13 @@
"stats_filter": "{\"published\":[\"=\",1]}",
"type": "DocType"
},
{
"color": "Grey",
"doc_view": "List",
"label": "Broken Links Report",
"link_to": "Wiki Broken Links",
"type": "Report"
},
{
"color": "Grey",
"doc_view": "List",
Expand Down Expand Up @@ -72,5 +80,6 @@
"type": "DocType"
}
],
"title": "Wiki"
"title": "Wiki",
"type": "Workspace"
}

0 comments on commit 8b157ac

Please sign in to comment.