Skip to content

Commit 1dea68c

Browse files
authored
small updates
removed RoboCon banner and RPAFramework
1 parent 764841c commit 1dea68c

File tree

7 files changed

+3
-180
lines changed

7 files changed

+3
-180
lines changed

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
surge_token: ${{ secrets.SURGE_TOKEN }}
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
20-
dist: dist
20+
dist: docs
2121
build: |
2222
echo "Has build already"
2323
- name: Get the preview_url

public/livedata/stars.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/TwitterTimeline.vue

-166
This file was deleted.

src/components/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import News from './News.vue'
22
import Banner from './Banner.vue'
3-
import RoboconBanner from './RoboconBannerTicketsSlim.vue'
43
import PageFooter from './PageFooter.vue'
54
import Navbar from './Navbar.vue'
65
import NavbarSubPage from './NavbarSubPage.vue'
@@ -26,7 +25,6 @@ import DocumentIcon from './icons/DocumentIcon.vue'
2625
export {
2726
News,
2827
Banner,
29-
RoboconBanner,
3028
PageFooter,
3129
Navbar,
3230
NavbarSubPage,

src/content/resources/libraries.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default () => ([
6464
tags: ['db']
6565
},
6666
{
67-
name: 'Debug Library',
67+
name: 'DebugLibrary',
6868
href: 'https://github.com/xyb/robotframework-debuglibrary',
6969
description: 'A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.'
7070
},

src/content/resources/tools.mjs

-6
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ export default () => ([
5353
href: 'https://github.com/vkosuri/npp-robot',
5454
tags: ['editor']
5555
},
56-
{
57-
name: 'RED',
58-
description: 'Eclipse based editor with a debugger by Nokia.',
59-
href: 'https://github.com/nokia/RED',
60-
tags: ['editor']
61-
},
6256
{
6357
name: 'Language Server for PyCharm',
6458
description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',

src/views/Home.vue

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template>
22
<nav-mobile />
3-
<robocon-banner />
43
<banner />
54
<navbar class="nav-desktop" />
65
<div class="container mb-xlarge">
@@ -77,7 +76,6 @@
7776
<script>
7877
import { defineAsyncComponent } from 'vue'
7978
import {
80-
RoboconBanner,
8179
Banner,
8280
PageFooter,
8381
Navbar,
@@ -96,7 +94,6 @@ export default {
9694
name: 'App',
9795
components: {
9896
VideoComponent,
99-
RoboconBanner,
10097
Banner,
10198
PageFooter,
10299
Navbar,

0 commit comments

Comments
 (0)