Skip to content

Commit

Permalink
Move instrument to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsong committed Nov 4, 2024
1 parent e606fbc commit dd940dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/app/agents/BulkUploadInstruments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use it, download the template CSV file in the bulk upload instruments form an
one instrument per row. For the most part, the same rules apply to each field in the bulk upload form as
they do in the single instrument upload form.

<i><b>One important difference</b></i> is that the "Connection ID" column takes a Connection ID instead of a name which
<i><b>One important difference</b></i> is that the "Connection Id" column takes a Connection Id instead of a name which
is displayed in the single instrument form Connection dropdown.

If there's any issue detected within the uploaded CSV file, none of the rows will be saved as Instruments.
Expand Down
43 changes: 22 additions & 21 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,30 +155,31 @@ module.exports = {
id: 'releases/AgentVersionHistory',
label: 'Agent Change Log'
},
]
},
{
type: 'category',
label: 'Instruments',
collapsed: true,
items: [
{
type: 'category',
label: 'Instruments',
collapsed: false,
items: [
{
type: 'doc',
id: 'app/agents/Instruments',
label: 'Overview'
},
{
type: 'doc',
id: 'app/agents/NewInstrument',
label: 'New Instrument'
},
{
type: 'doc',
id: 'app/agents/BulkUploadInstruments',
label: 'Bulk Upload'
},
]
},
type: 'doc',
id: 'app/agents/Instruments',
label: 'Overview'
},
{
type: 'doc',
id: 'app/agents/NewInstrument',
label: 'New Instrument'
},
{
type: 'doc',
id: 'app/agents/BulkUploadInstruments',
label: 'Bulk Upload'
},
]
},

{
type: 'category',
label: 'Files',
Expand Down

0 comments on commit dd940dd

Please sign in to comment.