Skip to content

Commit

Permalink
Merge pull request #1825 from praneesha/fix-no-bal-bbes
Browse files Browse the repository at this point in the history
Remove the BBEs with no BAL files
  • Loading branch information
praneesha authored May 31, 2021
2 parents 6e5b9dd + e62c53c commit b8c2968
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 44 deletions.
48 changes: 24 additions & 24 deletions examples/bbenavswanlake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- title: Programs and Modules
url: /learn/by-example/programs-and-modules
active: programs-and-modules
- title: Variables and types
- title: Variables and Types
url: /learn/by-example/variables-and-types
active: variables-and-types
- title: Functions
Expand All @@ -29,7 +29,7 @@
- title: Booleans and Conditionals
url: /learn/by-example/booleans
active: booleans
- title: Floating point numbers
- title: Floating Point Numbers
url: /learn/by-example/floating-point-numbers
active: floating-point-numbers
- title: Nil
Expand Down Expand Up @@ -119,7 +119,7 @@
- title: Function Values
url: /learn/by-example/function-values
active: function-values
- title: Asynchronous function calls
- title: Asynchronous Function Calls
url: /learn/by-example/asynchronous-function-calls
active: asynchronous-function-calls
- title: Annotations
Expand Down Expand Up @@ -161,12 +161,12 @@
- title: Working With Data
url: '#'
sublinks:
- title: Plain Data
url: /learn/by-example/plain-data
active: plain-data
- title: Ballerina Basic Types
url: /learn/by-example/ballerina-basic-types
active: ballerina-basic-types
#- title: Plain Data
#url: /learn/by-example/plain-data
#active: plain-data
#- title: Ballerina Basic Types
#url: /learn/by-example/ballerina-basic-types
#active: ballerina-basic-types
- title: Decimal Type
url: /learn/by-example/decimal-type
active: decimal-type
Expand All @@ -185,7 +185,7 @@
- title: Open Records
url: /learn/by-example/open-records
active: open-records
- title: Controlling openness
- title: Controlling Openness
url: /learn/by-example/controlling-openness
active: controlling-openness
- title: JSON Type
Expand All @@ -197,7 +197,7 @@
- title: Match Statement with Maps
url: /learn/by-example/match-statement-with-maps
active: match-statement-with-maps
- title: Converting from User-Defined type to JSON
- title: Converting from User-Defined Type to JSON
url: /learn/by-example/converting-from-user-defined-type-to-json
active: converting-from-user-defined-type-to-json
- title: Converting from JSON to User-Defined Type
Expand All @@ -212,7 +212,7 @@
- title: JSON Numbers
url: /learn/by-example/json-numbers
active: json-numbers
- title: Query expressions
- title: Query Expressions
url: /learn/by-example/query-expressions
active: query-expressions
- title: Destructuring Records
Expand All @@ -227,9 +227,9 @@
- title: Limit Clause
url: /learn/by-example/limit-clause
active: limit-clause
- title: Table Concept
url: /learn/by-example/table-concept
active: table-concept
#- title: Table Concept
#url: /learn/by-example/table-concept
#active: table-concept
- title: Table Syntax
url: /learn/by-example/table-syntax
active: table-syntax
Expand All @@ -248,7 +248,7 @@
- title: Join Clause
url: /learn/by-example/join-clause
active: join-clause
- title: Stream type
- title: Stream Type
url: /learn/by-example/stream-type
active: stream-type
- title: Querying with Streams
Expand All @@ -260,12 +260,12 @@
- title: Raw Templates
url: /learn/by-example/raw-templates
active: raw-templates
- title: XML
url: /learn/by-example/xml
active: xml
- title: Sequences
url: /learn/by-example/sequences
active: sequences
#- title: XML
#url: /learn/by-example/xml
#active: xml
#- title: Sequences
#url: /learn/by-example/sequences
#active: sequences
- title: XML Data Model
url: /learn/by-example/xml-data-model
active: xml-data-model
Expand Down Expand Up @@ -813,7 +813,7 @@
- title: Time with Zone Offset
url: /learn/by-example/time-utc-and-civil
active: time-utc-and-civil
- title: Time formatting/Parsing
- title: Time Formatting/Parsing
url: /learn/by-example/time-formatting-and-parsing
active: time-formatting-and-parsing
- title: Cache
Expand Down Expand Up @@ -864,7 +864,7 @@
- title: Task
url: '#'
sublinks:
- title: Schedule Job recurrence by Frequency
- title: Schedule Job Recurrence by Frequency
url: /learn/by-example/task-frequency-job-execution
active: task-frequency-job-execution
- title: Schedule One Time Job
Expand Down
20 changes: 0 additions & 20 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,6 @@
"column": 0,
"category": "Language Concepts",
"samples": [
{
"name": "Plain Data",
"url": "plain-data"
},
{
"name": "Ballerina Basic Types",
"url": "ballerina-basic-types"
},
{
"name": "Decimal Type",
"url": "decimal-type"
Expand Down Expand Up @@ -297,10 +289,6 @@
"name": "Limit Clause",
"url": "limit-clause"
},
{
"name": "Table Concept",
"url": "table-concept"
},
{
"name": "Table Syntax",
"url": "table-syntax"
Expand Down Expand Up @@ -341,14 +329,6 @@
"name": "Raw Templates",
"url": "raw-templates"
},
{
"name": "XML",
"url": "xml"
},
{
"name": "Sequences",
"url": "sequences"
},
{
"name": "XML Data Model",
"url": "xml-data-model"
Expand Down

0 comments on commit b8c2968

Please sign in to comment.