Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
removed RoboCon banner and RPAFramework
  • Loading branch information
Snooz82 authored Mar 5, 2024
1 parent 764841c commit 1dea68c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: dist
dist: docs
build: |
echo "Has build already"
- name: Get the preview_url
Expand Down
2 changes: 1 addition & 1 deletion public/livedata/stars.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

166 changes: 0 additions & 166 deletions src/components/TwitterTimeline.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import News from './News.vue'
import Banner from './Banner.vue'
import RoboconBanner from './RoboconBannerTicketsSlim.vue'
import PageFooter from './PageFooter.vue'
import Navbar from './Navbar.vue'
import NavbarSubPage from './NavbarSubPage.vue'
Expand All @@ -26,7 +25,6 @@ import DocumentIcon from './icons/DocumentIcon.vue'
export {
News,
Banner,
RoboconBanner,
PageFooter,
Navbar,
NavbarSubPage,
Expand Down
2 changes: 1 addition & 1 deletion src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default () => ([
tags: ['db']
},
{
name: 'Debug Library',
name: 'DebugLibrary',
href: 'https://github.com/xyb/robotframework-debuglibrary',
description: 'A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.'
},
Expand Down
6 changes: 0 additions & 6 deletions src/content/resources/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ export default () => ([
href: 'https://github.com/vkosuri/npp-robot',
tags: ['editor']
},
{
name: 'RED',
description: 'Eclipse based editor with a debugger by Nokia.',
href: 'https://github.com/nokia/RED',
tags: ['editor']
},
{
name: 'Language Server for PyCharm',
description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
Expand Down
3 changes: 0 additions & 3 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<nav-mobile />
<robocon-banner />
<banner />
<navbar class="nav-desktop" />
<div class="container mb-xlarge">
Expand Down Expand Up @@ -77,7 +76,6 @@
<script>
import { defineAsyncComponent } from 'vue'
import {
RoboconBanner,
Banner,
PageFooter,
Navbar,
Expand All @@ -96,7 +94,6 @@ export default {
name: 'App',
components: {
VideoComponent,
RoboconBanner,
Banner,
PageFooter,
Navbar,
Expand Down

0 comments on commit 1dea68c

Please sign in to comment.