Browse Source

VDomModel and VDomWidget classes added

charnpreetsingh185 8 years ago
parent
commit
5eb94ccf05
1 changed files with 0 additions and 20 deletions
  1. 0 20
      src/faq/plugin.ts

+ 0 - 20
src/faq/plugin.ts

@@ -17,26 +17,6 @@ import {
   VDomModel, VDomWidget
 } from '../common/vdom';
 
-const basicsQuestions = [
-  'What is JupyterLab?',
-  'What is a Jupyter Notebook?',
-  'How stable is JupyterLab?',
-  'I\'m confused with the interface. How do I navigate around JupyterLab?'
-];
-
-
-const featuresQuestions = [
-  'How do I add more kernels/languages to JupyterLab?',
-  'How can I share my notebooks?'
-];
-
-
-const developerQuestions = [
-  'How do I report a bug?',
-  'I have security concerns about JupyterLab.',
-  'How can I contribute?'
-];
-
 
 /**
  * The faq page extension.