mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Remove bad docs (#932)
This commit is contained in:
parent
bc2e64016d
commit
91dd2c6052
14 changed files with 10 additions and 357 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -47,5 +47,6 @@
|
|||
node_modules
|
||||
public/vite-dev
|
||||
public/vite-ssr
|
||||
public/vite-test
|
||||
|
||||
.vite
|
||||
|
|
|
|||
|
|
@ -13,24 +13,24 @@ class DocsController < InertiaController
|
|||
ALL_EDITORS = [
|
||||
[ "Android Studio", "android-studio" ], [ "AppCode", "appcode" ], [ "Aptana", "aptana" ],
|
||||
[ "Arduino IDE", "arduino-ide" ], [ "Azure Data Studio", "azure-data-studio" ],
|
||||
[ "Blender", "blender" ], [ "Brackets", "brackets" ], [ "Brave", "brave" ],
|
||||
[ "C++ Builder", "c++-builder" ], [ "Canva", "canva" ], [ "Chrome", "chrome" ],
|
||||
[ "Brackets", "brackets" ],
|
||||
[ "C++ Builder", "c++-builder" ],
|
||||
[ "CLion", "clion" ], [ "Cloud9", "cloud9" ], [ "Coda", "coda" ],
|
||||
[ "CodeTasty", "codetasty" ], [ "Cursor", "cursor" ], [ "DataGrip", "datagrip" ],
|
||||
[ "DataSpell", "dataspell" ], [ "DBeaver", "dbeaver" ], [ "Delphi", "delphi" ],
|
||||
[ "Discord", "discord" ], [ "Eclipse", "eclipse" ], [ "Edge", "edge" ],
|
||||
[ "Emacs", "emacs" ], [ "Eric", "eric" ], [ "Excel", "excel" ],
|
||||
[ "Figma", "figma" ], [ "Firefox", "firefox" ], [ "Gedit", "gedit" ],
|
||||
[ "Eclipse", "eclipse" ],
|
||||
[ "Emacs", "emacs" ], [ "Eric", "eric" ],
|
||||
[ "Figma", "figma" ], [ "Gedit", "gedit" ],
|
||||
[ "Godot", "godot" ], [ "GoLand", "goland" ], [ "HBuilder X", "hbuilder-x" ],
|
||||
[ "IDA Pro", "ida-pro" ], [ "IntelliJ IDEA", "intellij-idea" ], [ "Jupyter", "jupyter" ],
|
||||
[ "IntelliJ IDEA", "intellij-idea" ], [ "Jupyter", "jupyter" ],
|
||||
[ "Kakoune", "kakoune" ], [ "Kate", "kate" ], [ "Komodo", "komodo" ],
|
||||
[ "Micro", "micro" ], [ "MPS", "mps" ], [ "Neovim", "neovim" ],
|
||||
[ "NetBeans", "netbeans" ], [ "Notepad++", "notepad++" ], [ "Nova", "nova" ],
|
||||
[ "Obsidian", "obsidian" ], [ "OnShape", "onshape" ], [ "Oxygen", "oxygen" ],
|
||||
[ "PhpStorm", "phpstorm" ], [ "Postman", "postman" ], [ "PowerPoint", "powerpoint" ],
|
||||
[ "PhpStorm", "phpstorm" ], [ "Postman", "postman" ],
|
||||
[ "Processing", "processing" ], [ "Pulsar", "pulsar" ], [ "PyCharm", "pycharm" ],
|
||||
[ "ReClassEx", "reclassex" ], [ "Rider", "rider" ], [ "Roblox Studio", "roblox-studio" ],
|
||||
[ "RubyMine", "rubymine" ], [ "RustRover", "rustrover" ], [ "Safari", "safari" ],
|
||||
[ "RubyMine", "rubymine" ], [ "RustRover", "rustrover" ],
|
||||
[ "SiYuan", "siyuan" ], [ "Sketch", "sketch" ], [ "SlickEdit", "slickedit" ],
|
||||
[ "SQL Server Management Studio", "sql-server-management-studio" ],
|
||||
[ "Sublime Text", "sublime-text" ], [ "Terminal", "terminal" ],
|
||||
|
|
@ -38,7 +38,7 @@ class DocsController < InertiaController
|
|||
[ "Unity", "unity" ], [ "Unreal Engine 4", "unreal-engine-4" ],
|
||||
[ "Vim", "vim" ], [ "Visual Studio", "visual-studio" ], [ "VS Code", "vs-code" ],
|
||||
[ "WebStorm", "webstorm" ], [ "Windsurf", "windsurf" ], [ "Wing", "wing" ],
|
||||
[ "Word", "word" ], [ "Xcode", "xcode" ], [ "Zed", "zed" ],
|
||||
[ "Xcode", "xcode" ], [ "Zed", "zed" ],
|
||||
[ "Swift Playgrounds", "swift-playgrounds" ]
|
||||
].sort_by { |editor| editor[0] }.freeze
|
||||
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
# Blender Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your design work in Blender with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Blender Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Blender page](https://wakatime.com/blender).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Blender after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy designing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Brave Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your web development activity in Brave with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Brave Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Brave page](https://wakatime.com/brave).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Brave after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy browsing and developing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Canva Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your design work in Canva with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Canva Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Canva page](https://wakatime.com/canva).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Canva after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy designing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Chrome Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your web development activity in Chrome with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Chrome Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Chrome page](https://wakatime.com/chrome).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Chrome after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy browsing and developing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Discord Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your activity in Discord with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Discord Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Discord page](https://wakatime.com/discord).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Discord after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy collaborating!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Edge Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your web development activity in Edge with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Edge Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Edge page](https://wakatime.com/edge).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Edge after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy browsing and developing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Excel Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your document work in Excel with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Excel Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Excel page](https://wakatime.com/excel).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Excel after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy productivity!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Firefox Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your web development activity in Firefox with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Firefox Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Firefox page](https://wakatime.com/firefox).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Firefox after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy browsing and developing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# IDA Pro Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your coding time in IDA Pro with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install IDA Pro Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime IDA Pro page](https://wakatime.com/ida-pro).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting IDA Pro after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your coding time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy coding!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# PowerPoint Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your document work in PowerPoint with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install PowerPoint Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime PowerPoint page](https://wakatime.com/powerpoint).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting PowerPoint after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy productivity!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Safari Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your web development activity in Safari with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Safari Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Safari page](https://wakatime.com/safari).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Safari after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy browsing and developing!
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Word Setup Guide
|
||||
|
||||

|
||||
|
||||
Follow these steps to start tracking your document work in Word with Hackatime.
|
||||
|
||||
## Step 1: Log into Hackatime
|
||||
|
||||
Make sure you have a [Hackatime account](https://hackatime.hackclub.com) and are logged in.
|
||||
|
||||
## Step 2: Run the Setup Script
|
||||
|
||||
Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to automatically configure your API key and endpoint. This ensures everything works perfectly with Hackatime.
|
||||
|
||||
## Step 3: Install Word Plugin
|
||||
|
||||
Follow the detailed plugin installation instructions on the [WakaTime Word page](https://wakatime.com/word).
|
||||
|
||||
The WakaTime plugin will automatically use your Hackatime configuration after running the setup script.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- **Not seeing your time?** Make sure you completed the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) first
|
||||
- **Plugin not working?** Try restarting Word after installation
|
||||
- **Still stuck?** Ask for help in [Hack Club Slack](https://hackclub.slack.com) (#hackatime-v2 channel)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Once configured, your activity time will automatically appear on your [Hackatime dashboard](https://hackatime.hackclub.com). Happy productivity!
|
||||
Loading…
Add table
Reference in a new issue